#page {
	text-align: left;
	width:1024px;
	margin:0px auto;
	padding:0px;
}

body {
	margin:0px;
	text-align:center;
	padding:0px;
	background-image: url(images/bg3.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:top center;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color: #bdbdbd;
	-webkit-text-size-adjust: 100%;
	
}

a       {color: #FFFFFF; text-decoration:none;}
a:hover {
	color: #e7d7c5;
	text-decoration: underline;
	}

table {
	width:100%
}

.largefont {
	font-size:20px;
	font-weight:bold;
}


.maintable td {
	border-right:0px solid #222222;
	border-left:0px solid #222222;
	border-bottom:0px solid #222222;
	border-top:0px solid #222222;
	text-align:left;
	padding: 0px 10px 0 10px;
	background-color:rgba(0,0,0,0.4);
}

.releasetable td {
	font-size:14px;
}

.abouttable td {
	font-size:15px;
}


blockquote {  
	text-align:left;
	color: #919191;
	font-size:15px;
}  

.footer {
	background-color:#e0e0e0;
	color:#919191;
}


