html {
	/*background: url('../img/bg_start.gif');*/
	background: #ffffff;
}
body {
	background: url('../img/bg_globe_start.png');
	background-repeat: no-repeat;
	background-position: top center;
}
#page {
	min-height: 100%;
	height: auto;
}
#nav-container {
	clear: both;
	float: none;
	position: relative;
	background: url('../img/start_header.png');
	width: 662px;
	height: 115px;
	margin: 0 auto;
	top: 205px;
	left: 26px;	
}

#content-container {
	clear: both;
	float: none;
	position: relative;	
	background: url('../img/start_language_selector.png');
	background-repeat: no-repeat;
	width: 633px;
	height: 115px;
	margin: 0 auto;
	top: 210px;
	left: 27px;				
}

#language-form {
	float: left;
	background: url('../img/bg_selector.png');
	background-repeat: no-repeat;
	width: 318px;
	height: 51px;
	margin-left: 200px;
	margin-top: -15px;	
}
#language-form form {padding: 15px; padding-left: 10px;}
#language-form select {width: 300px; border: solid 1px #666666;}
#language-flag {
	float: left;
	background: url('../img/bg_flag.png');
	background-repeat: no-repeat;
	width: 70px;
	height: 50px;	
	margin-left: 5px;
	margin-top: -15px;
	padding: 5px;
}
#content-footer-container {
	background: none;
	padding-left: 0;
	margin-bottom: 50px;		
	position: relative;
	left: 13px;
	top: 40px;
	text-align: center;		
}
.start_submit_button {
	margin-top: 20px;
	margin-left: -10px;
	background: url('../img/bg_start_submit_button.png');
	width: 318px;
	height: 24px;	
	color: #ffffff;
}
.start_submit_button:hover {
	background: url('../img/bg_start_submit_button_over.png');
}
