@charset "UTF-8";
/* CSS Document */

	body{
		background:url(../images/bg.jpg) top center no-repeat #000000;
		background-color:#000000;
		margin:0; padding:0;
	}
	.alt {
		display:none;
	}
	#wrapper{
		width:740px;
		margin:0px auto;	
	}
	#content{
		width:570px;
		margin:200px auto 0px auto;
		color:#FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
	}
	#content h1{
		font-size:14px;
		margin:0; padding:0;
	}
	#content h2{
		font-size:15px;
		color:#ffd95d;
		margin:20px 0px 5px;
	}
	#content p{
		font-size:11px;
		margin:0px 0px 5px 0px;
	}
	#content p a{
		color:#ffd95d;
		text-decoration:none;
	}
	#content p a:hover{
		text-decoration:underline;
	}
	#content p.footnote {
		font-size:9px;
		color:#484848;
		text-align:right;
		margin:25px 0px 40px 0px;
	}
	#content p.footer{
		font-size:10px;
		color:#666666;
		margin:75px 0px 25px 0px;
		text-align:center;
	}
	#content .blue{
		color:#52bdec;
	}
	#download {
		width:290px;
		height:150px;
		margin:0px auto;
	}
	#download a.dl:link, #download a.dl:active, #download a.dl:visited {
		width:290px;
		height:150px;
		display:block;
		background:url(../images/download.gif) top no-repeat;
	}
	#download a.dl:hover {
		width:290px;
		height:150px;
		background:url(../images/download.gif) bottom no-repeat;
	}