
.box	{
	position: absolute;
	width: 980px;
        height: 580px;
	top: 50%;
	left: 50%;
	margin-left: -490px;
	margin-top:  -310px;
}

#footer 	{
	color: white;
	font-size: 6pt;
	font-family: Verdana;
}

#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
}


/********Main Structure************/
body 	{
	background: #0E1129 url(images/bg.jpg) repeat top left;
	}

p, td, body, td, span, .box, div {
	font-size: 9pt;
	font-family: Arial, sans-serif;
}

h1 {
        font-size: 16pt;
	color: #ffdb9d;
 	text-align: center;

	position: relative;
	top: -5px;
}

/*********background image***********/
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0px;
	left: 0px;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}



/*********table Structure************/
.top {
	height: 40px;
        width: 935;
	background-color: #595a62;
        border: 2px solid #595aC5;
	clear: both;
	color: #FFFFFF;
        margin: 10px;
        padding: 3px;

        filter:alpha(opacity=80);
        -moz-opacity:0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
}

.topText {
	height: 40px;
        width: 930;
	margin: 10px;
        padding: 5px;

	text-align: center;

        filter:alpha(opacity=100);
        -moz-opacity: 1.0;
        -khtml-opacity: 1.0;
        opacity: 1.0; 

} 

.column {
	height:	540px;
	width: 292px;
	background-color: #595a62;
  	border: 2px solid #595aC5; 
	float: left;
	color: #FFFFFF;
	margin: 10px;
	padding: 3px;

	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;

}

.columnText {
        height: 540px;
        width: 292px;
        float: left;
        color: #FFFFFF;
        margin: 10px;

	padding: 5px;

	filter:alpha(opacity=100);
        -moz-opacity: 1.0;
        -khtml-opacity: 1.0;
        opacity: 1.0;
}

/*********videoContainer Style***********/

#videoContainer {
	position: fixed;
	margin:15px 0 0 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #0E1129;
    opacity: 0.7;
    filter: alpha(opacity=70);
    visibility: hidden;
}

#videoContent {
    position: static;
    background-color: #0E1129;
    height: 444;
    width: 525;
    top: 50%;
    left: 50%;
    margin-left: -262;
    margin-top: -222; 
    opacity: 1.0;
    filter: alpha(opacity=100);
    z-index:101;
}
#videoContent a {
    color: white;
    font-size: 48px;
}

#video {
    z-index: 102;
}


/***********Text Styling****************/


BODY, .countdown_clock, .countdown_clock a, TD {
  COLOR: #FFFFFF; 
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-seri; 
  FONT-SIZE: 12px;
  FONT-WEIGHT: normal;
}

A, A:link, A:visited, A:active {
  COLOR: #ffdb9d;
  TEXT-DECORATION: none;
}

A:hover {
  COLOR: #ffdb9d;
  TEXT-DECORATION: underline
}

input, textarea, .formfIeld1{
font : normal 11px Verdana, Arial, Helvetica, sans-serif;
color : Black;
background-color : #EAEAEA;
border : 1px solid Black;
}
hr {
border-top: 1px dashed #999999;
color: #ffffff;
height: 1px;
}

dt {
font-weight: bold;
}

.navigation {
  margin-left: 20px;
  font-weight: bold;
  position: relative; 
  top: -25px
}



