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

body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}
#hidden1, #hidden2 {
	display: none;
}
.close {
	clear: both;
}
.fblike {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 0px;
}
#googlead {
	width: 160px;
	padding: 0px;
	height: 600px;
	margin-top: 350px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 125px;
	display: inline;
	float: left;
}
p, ul {
	color: #CCC;
	font-size: 12px;
	line-height: 14px;
	margin-right: 20px;
	text-shadow: #000 1px 1px 1px;
}
a {
	color: #FC0;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content {
	background-image: url(/imgs/splash.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto;
	width: 1024px;
}
#topad {
	text-align: center;
	width: 728px;
	margin: 0px auto;
}
#links {
	margin-top: 90px;
	margin-left: 30px;
	margin-right: 100px;
	display: inline;
	float: left;
	width: 600px;
}
#links a {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
a.link, p.link {
	margin-left: 20px;
}
#links a.plink {
	margin-left: 0px;
	font-size: 12px;
	text-transform: none;
	display: inline;
}
p.standard {
	width: 100%;
}
#footer {
	text-align: center;
	margin-top: 50px;
	clear: both;
}
#footer a {
	color: #FC0;
}
#footer p {
	color: #666;
	font-size: 11px;
	line-height: 13px;
}
h1, h2 {
	color: #fff;
	text-transform: uppercase;
	text-shadow: #000 1px 1px 1px;
}
#popup {
	background-image: url(/imgs/popup.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#popup div {
	margin: 50px;	
}

