/* CSS Document */
/* author: straydreamers.com */
/* Date: February 2010 */

 
body {
	background-image: url(background.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:100%;
	background-color:#000000;
}

/* Container */
#content {
	background-color:#000000;
	position:absolute;
	width:30%;
	left:615px;
	height:100%;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
	text-align:center;
	line-height:normal;
}


/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #FFFFFF; }
a:hover		{ text-decoration: underline; color : #E09738; }

/* General text */
.gen { font-size : 12px; }
.gentitle { font-size : 18px; }
.gen,.genmed,.gensmall,.gentitle { color : #FFFFFF;}
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none;}
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #E09738; text-decoration: underline;}
a.bold { color:#990000}

/* Copyright and bottom info */
.copyright		{ font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; letter-spacing: -1px;}
a.copyright		{ color: #FFFFFF; text-decoration: none;}
a.copyright:hover { color: #FFFFFF; text-decoration: underline;}
