@charset "utf-8";
/* CSS Document */

body {
	background-color:#ebebeb;
	text-align:center;
}
#splash-content{
	background:url(../images/splash_bg.gif) repeat-x;
	width:100%;
	margin:0 auto;
	padding:0;
}
#splash-header {	
	background:url(../images/splash_header.gif) no-repeat top right;
	height:121px;
	width:800px;
	margin:0px auto;
	padding-top:100px;
}
#splash-content div#welcome-line {
	margin: 0 auto;
	background:url(../images/splash_hr.gif) no-repeat bottom center;
	height:2px;
	width:500px;
}
#splash-content div#title {
	margin: 0 auto;
	text-align:center;
	width:240px;
}
#splash-content form {
	margin: 0 auto;
	margin-top:15px;
	text-align:left;
	width:190px;
}
#splash-content select {
	padding:2px;
	margin:2px 0 0;
	width:170px;
}
#splash-content input {
	margin:0;
	padding-left:10px;
	position:absolute;
}

form .select_language{
	width:170px;
	}
#splash-content #title h1 {
	text-align:center;
	font-size:15px;
}


#splash-footer {
	margin: 0 auto;
	margin-top:150px;
}
#splash-footer .footer-content {
	margin-top:35px;
}
#splash-footer .footer-content, #splash-footer .footer-content a {
	color:#666;
	text-decoration:none;
}