/* CSS Document */


body {
	text-align:center;
	background: black;
	background-position:center;
	vertical-align:middle;
}

table.center {width:720px;height:540px;margin-left:auto; margin-right:auto;}

th
{
	text-align: left; 
	font: bold 60px/60px  Arial, sans-serif; 
	text-transform: uppercase; 
	color: #000000;
}

th a
{
	text-decoration: none; 
	color: #000000;
}

#wv a:hover {
 text-decoration: none;
 color: #39c;}
 
#wn a:hover {
 text-decoration: none;
 color: #ff9;}

#au a:hover {
 text-decoration: none;
 color: #6cf;}
 
 #his a:hover {
 text-decoration: none;
 color: #6c9;}
 
 #fri a:hover {
 text-decoration: none;
 color: #60f;}
 
 #pres a:hover {
 text-decoration: none;
 color: #390;}
 
 #cd a:hover {
 text-decoration: none;
 color: #6cf;}
 
#featurestd
{
	text-align: left;
	color:#8C542B;
	text-transform:uppercase;
	/*letter-spacing:0.2em;*/
	font: bold 60px/60px  Arial, sans-serif; 
}

.features td
{
	text-align: right; 
	font: bold 16px/20px  Helvetica, sans-serif; 
	color: #000000;
}

.features td a
{
	text-decoration: none; 
	color: #000000;
}

.features td a:hover
{
	text-decoration: none; 
	background:#ff0;
}

div#content {
	/*min-height:600px;
	min-width:600px;*/	
	background: black url(bg.jpg) 0px -10px no-repeat fixed;
	background-position:top;	
}

#transbox {
	width:100%;
	background-color: #fff;
	/*border: 2px solid black;*/
	filter:alpha(opacity=25);
	opacity: 0.25;
	-moz-opacity:0.25;
	}
	
/* This is the container which set text to solid color.
position: relative used for IE */	
#transbox div {
	font-weight: bold;
	color: #000;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	}
