@charset "utf-8";

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: none;
}
html, body {
	height: 100%;
}
body {
	font:13px "lr oSVbN",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
	background-color: #000;
	color: #ffffff;
	position: relative;
	min-width: 900px;
	min-height: 525px;
}
a:focus{
	outline: none;
}
a:link,
a:visited,
a:active {
	color:#999999;
	outline: none;
	text-decoration:none;
}
a:hover {
	color:#ffffff;
	text-decoration:underline;
}


/* layout */
#container {
	margin: -262px 0 0 -450px;
	position: absolute;
	top: 50%;
	left: 50%;
}
#header {
	position: absolute;
	top: 0%;
	left: 0%;
	text-align: left;
	height: 30px;
	width: 100%;
}
#footer {
	position: absolute;
	bottom: 0%;
	right: 0%;
	text-align: right;
	background-image: url(../../img/copyright.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 350px;
}
#footer p {
	margin-top:16px;
	padding-right:8px;
}
#cl {
	margin-left:150px;
	margin-top:50px;
	width:500px;
}
