@charset "utf-8";
/* CSS Document */
html,body{
	height:100%;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background:#310;
	color:#eed;
}

body{
	background: url(logo_bg.png) #310 top no-repeat;
}

*{
	margin:0px;
	padding:0px;
	border:0px;
}

#container{
	width:500px;
	margin-left:-250px;
	left:50%;
	top:70px;
	position:absolute;
}

img{
	margin-top:40px;
}

h2{
	font-size:40px;
	clear:none;
	color:#C30;
	line-height:normal;
	margin:0px;
	margin-top:10px;
}

h3{
	color:#FF6600;
}

#menu{
	font-size:14px;
	width:540px;
	text-align:right;
	font-weight:bold;
	position:fixed;
	top:0px;
}

#menu a{
	/*background-color:#000000;*/
	padding:2px 5px;
	position:relative;
}

#menu a:hover{
	background-color:#C30;
}

p{
	text-align:justify;
}

a{
	color:#f90;
	text-decoration:none;
}



a:hover{
	color:#fc0;
}

#eula{
	margin:30px 10px;
}

#eula textarea{
	width:480px;
	height:100px;
}

#snippage_download{
	display:block;
	background:url(download_snippage.png) center no-repeat;
	height:50px;
	text-indent:-9999px;
	margin:10px;
}

#snippage_download:hover{
	background:url(download_snippage_hover.png) center no-repeat;
}

strong{
	color:#ddb;
}

small{
	display:block;
	font-size:12px;
	text-align:center;
	margin-bottom:30px;
}

small a{
	color:#c30;
	text-align:center;
}

h1{
	text-indent:-9999px;
}

#copy{
	margin-top:30px;
}

embed{
	margin-top:30px;
	margin-bottom:10px;
}