@charset "utf-8";
body, html {
	font-family: "Lucida Sans";
	font-size: 12px;
	color: #000000;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	
}
a {
	color: #666666;
}
.copyright {
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-left: 5px;
}

#search {
	position:relative;
}

#search_box {
	position:absolute;
	right:140px;
	top:15px;
}
#seo {
	color:#333333;
	font-size:10px;
	text-align:center;
}