@charset "UTF-8";

/* CSS Document */

body {
	margin: 			0;
	padding: 			0; 
	text-align: 		center;
	background: 		#000000;
}

/* SPLASH */

#splash_box_center {
	position:			absolute;
 	height:				488px; 
  	width:				730px;
  	margin:				-244px 0px 0px -365px;
  	top: 				50%; 
  	left: 				50%;
  	padding: 			0px;
}

#splash_top {
	height: 			373px;
	background: 		#000000 url(../img/splash_top.jpg) 0px 0px no-repeat;
}

#splash_center {
	height: 			50px;
	background: 		#181818 url(../img/splash_center.jpg) 30px 0px no-repeat;
}

#splash_bottom {
	height: 			65px;
	background: 		#000000 url(../img/splash_bottom.jpg) 0px 0px no-repeat;	
}

/* LANGUAGE */

#language {
	position:			relative;
	height:				50px;
	right:				30px;
	font-family: 		Futura, Geneva, Arial, Helvetica, sans-serif;
	font-size: 			11px;
	font-style:			normal;
	font-weight:		100;
	line-height: 		50px;
	color: 				#FFFFFF;
	text-align: 		right;
}
#language a:link, 
#language a:visited {
	text-decoration: 	none;
	color:  			#FFFFFF;
}
#language a:hover, 
#language a:focus,
#language a:active {	
	text-decoration: 	underline;
	color: 				#FFFFFF;
}
#language img{
	margin:				0;
	padding-top: 		20px;
}

/* FOOT */

#foot {
	position:			relative;
	text-align:			center;
	width:				730px;
	margin: 			auto;
	font-family: 		Geneva, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	line-height: 		30px;
	color: 				#454545;
}
#foot a:link, 
#foot a:visited {
	text-decoration: 	none;
	color:  			#454545;
}
#foot a:hover, 
#foot a:focus,
#foot a:active {	
	text-decoration: 	none;
	color: 				#828282;
}