/* Global CSS */
html, body {
	margin:0px;
	padding:0px;
    height: 100%;
}

body {
	behavior:url("csshover2.htc");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	background-color: #272727;
}

.hidden {
	position:absolute;
	left:0px;
	top:0px;
}

.hiddenObject {
	width:150px;
	height:112px;
	background-color: #272727;
	position:absolute;
	left:0px;
	top:0px;
}

#container {
    width:100%;
	height: 320px;
	top:50%;
	margin-top:-160px;
	position: absolute;
	background-image:url(images/middleBackground01.gif);
	background-position:top;
	background-repeat: repeat-x;
}

#header {
	width:466px;
	height:130px;
	left:50%;
	margin-left:-233px;
	position:absolute;
}

#Flash {
	margin-top:51px;
	padding:0px;
	width:446px;
	height:211px;
}

#footer {
	margin-top:420px;
	text-align:center;
}

#footer p{
	margin:0px;
	padding-bottom:5px;
}

#footer p a{
	color:#666666;
	font-size:11px;
	text-decoration:none;
}

#footer p a:hover{
	color:#CCCCCC;
}


.text-dark-little {
	font-size:11px;
	color:#666666;
}

/* Under Contruction CSS */

