/*DOM TAG STYLES -----------------------------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
	border:0px;
}
body {
	font-family: Arial, Helvetica;
	font-size: 13px;
	color: #666666;
	background-color: #000000;
}
div {}
table {}
tr {}
td, th {
	vertical-align:top;
	text-align:left;
}
td {}
th {}
h1 {
	margin-bottom: 12px;
	font-size: 20px;
	color: #B8C0B8;
}
h2 {
	font-size: 15px;
	line-height:15px;
	margin-bottom: 10px;
	color: #B8C0B8;
}
h3 {
	font-size: 13px;
	color:#003C46;
}
h4 {}
h5 {}
h6 {}
p {
	margin-bottom: 12px;
}
a {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover {
	color: #FFFFFF;
}


/*GENERAL ID STYLES --------------------------------------------------------------------------------------------*/
#outerDiv {
	height: 580px;
	width: 980px;
	margin-top:-290px;
	margin-left: -490px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#countdowncontainer2 {
	height: 200px;
	width: 1013px;
	margin-top:50px;
	margin-left:0px;
	position: inherit;
	left: 20%;
	top: 478px;
	z-index:100px;
	color:#000000;
	font-family: Verdana, Tahoma, Arial;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
