@charset "utf-8";

*{
	margin:0;
	padding:0;
	list-style:none;}
	
	
body{
	color:#eeeeee;
	text-align:center;
	font-size:12px;
	line-height:1.4;
	background:#000000;}
	
p{
	margin-bottom:10px;}
	
img{
	border:none;}


#container{
	width:800px;
	margin:0 auto;
	}

h1{
	font-size:12px;
	color:#eeeeee;
	margin-top:20px;
	margin-bottom:50px;
	text-align:center;
	}
	
h2{
	font-size:16px;
	margin-bottom:10px;
	}
	
	
#bt{
	margin-top:20px;
	margin-left:200px;
	height:70px;
	}


#bt li{
	float:left;
	}
	
#bt li a{
	margin-right:10px;
	}
	
#ex{
	margin-top:50px;
	margin-bottom:40px;
	}
	
#footer{
	margin-bottom:30px;
	}
	
h3{
	font-size:14px;
	margin-top:30px;
	}


