@charset "utf-8";
/* CSS Document */
html{
	background: black;
		
}

#page {
	width: 1000px;
	height: 700px;
	left: 0;
	top: 35px;
	margin: 0 auto;
	float: left;
	margin-right: 10px;
}	

#footer{
	margin: 0 0;
	width: auto;
	height: auto;
	clear: both;
	top: -100px;
	position: relative;
	
}

#footer ul{
	list-style-type: none;
	text-align: center;
	
}

#footer ul li {
	display: inline;
	color: #666;
	margin-left: 2em;
	
}

#footer a:hover{
	text-decoration: none;
	color:#00ADE2;
font-family:sans-serif;
font-size:small;
font-weight:bold;
letter-spacing:0.05em;
text-decoration:none;
	
}

#footer a{
	
	text-decoration: none;
	color:#666;
font-family:sans-serif;
font-size:small;
font-weight:bold;
letter-spacing:0.05em;
text-decoration:none;
	
}

#ads{
	float: left;
	top: 0px;
	width: 138px;
	position: relative;
}

.bd{
text-decoration: none;
	color:#666;
font-family:sans-serif;
font-size:small;
font-weight:bold;
letter-spacing:0.05em;
text-decoration:none;
	
}
