@charset "utf-8";
/* CSS Document */

body {
	background-color: 	#000;
	background-image: 	url(../images/bg.gif);
	background-position:center;
	color: 				#fff;
	font-size:			11px;
	margin:				0;
	padding: 			0;
	font-family:		Verdana, Geneva, Arial, sans-serif;
}

img {
	border: 			none;	
	behavior:			url("js/iepngfix.htc");
}

a {
	color: 				#fff;
	text-decoration: 	none;
}

.mainbox {
	width: 				912px;
	height: 			600px;
	margin: 			auto;
	padding-top: 		80px;
}

.header {
	text-align: 		center;
	height: 			100px;
}

.content {
	text-align: 		center;
	padding-left: 		100px;
	padding-right: 		100px;
	line-height: 		20px;
	color: 				#d9dadb;
	height: 			300px;
}

.navigation {
	text-align: 		center;
}

.navigation a { 
	color: 				#000; 
}

.subnavi {
	width: 				350px;
	position: 			absolute;
	margin-top: 		200px;
	margin-left: 		237px;
}

.subnavi img {
	padding-bottom: 	10px;	
	float: 				left;
}

.content p { 
	position:			relative; 
	width:				400px; 
	height:				90px;
}

.content div { 
	text-align:			center; 
	padding-top:		25px; 
	display:			none; 
}

.content span { 
	display:			inline;
}
