@charset "utf-8";
/* CSS Document */
body{
	text-align: center;	
	font-size: 10pt;
	
}

a{
	text-decoration: none;
}
body
{
	
	background-color:#000;
}
#container{
	width: 974px;
	text-align: left;
	margin: 0px auto;
	background-color: #fff;
	border: 2px solid #999;
}
#contents{
	text-align: left;
	margin-bottom: 10px;
	border: 2px solid #999;
}
#footer{
	clear: both;
	text-align: center;
	background-color:#000;
	color:#FFF;
	padding: 3px;
}
.clear{
	clear: both;
	line-height:0px;
	height:0px;
}