@charset "utf-8";
/* CSS Document */

/* common */
html
{
	padding:0px;
	margin:0px;
}
body
{
	font:11px/14px Tahoma, Arial, Verdana;
	color: #FFFFFF;
	min-width:1000px;
	background-color:#000000;
}

table, td, th, input, select, option, textarea, button
{
    font-size:1em;
	font-family:Tahoma, Arial, Verdana;
	width:auto;
}
option
{
	padding-left:5px;
}

#site {
height: 600px;
width: 1000px;
background:url(../images/background.jpg) center no-repeat;
text-align:center;
border: 2px solid #202020;
}
#menul {
	width: 250px;
	margin-top: 152px;
	margin-left: 120px;
	text-align:right;
	height: 70px;
}
#menul a {
text-decoration:none;
color:#FFFFFF;
}
#menul a:hover {
color: #FF0000;
}
#sets {
	width: 420px;
	margin-top: 30px;
	font-size:18px;
	font-weight:bold;
	line-height:1.2em;
}
#setinfo {
	width: 420px;
	margin-top: 10px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:1.2em;
	text-align:left;

}
#setinfo a {
text-decoration:none;
color: #FFFFFF;
}
#setinfo a:hover {
color: #FF0000;
}
#info {
	float: right;
	width: 350px;
	height: 450px;
	margin-right: 200px;
	margin-top: 152px;
	text-align:left;
	font-size:12px;
	line-height:1.2em;
	
}
#footer {
width: 1000px;
height: 30px;
color: #333333;
text-align:center;
font-size: 12px;
}
#footer a{
text-decoration:none;
color: #333333;
}

#download {
float: right;
clear: right;
font-size:18px;
font-weight:bold;
margin-right:20px;
color: #00FF00;
}
#download a{
color: #00FF00;
}
#download a:visited {
color: #00FF00;
}
#download a:hover {
color:#FF0000;
}