body{
background-color:#333333;
}
#mydiv {
	position:absolute;
	top: 15px;
	left: 50%;
	width:780px;
	height:460px;
	margin-left: -390px; /*set to a negative number 1/2 of your width*/

}
#mainContainer {
margin-right:auto;
margin-left:auto;
margin-top:auto;
margin-bottom:auto;
vertical-align:middle;
}
.mainContainer {
width:780px;
margin-top:auto;
margin-bottom:auto;
vertical-align:middle;
}
.mainContentContainer {
margin-right: auto;
margin-left: auto;

}
#title {
color:#000000;
background-color:#ccaf82;
font-family:"Arial";
font-size:22px;
}

#navMenu {
background-color:#999999;
color: #333333; 
font-family: sans-serif;
font-size: 10px;
z-index:1;
}
#bottomBar {
position:absolute; bottom:5px; left:0px;
color:#CCCCCC;
font-family: sans-serif;
font-size:10px;
}
#bottomBar1 {
position:absolute; bottom:-130px; left:0px;
color:#CCCCCC;
font-family: sans-serif;
font-size:10px;
}
#bottomBar2 {
position:absolute; bottom:-1770px; left:0px;
color:#CCCCCC;
font-family: sans-serif;
font-size:10px;
}
#content {
	position:absolute;
	top:60px;
	width:780px;
	z-index:2;
}
#contentHolder {
width:100%;
}


.style1 {
	font-family: sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.style2 {font-size: 16px}
.style3 {
	color: #FFFFFF;
	font-family: sans-serif;
	font-size: 14px;
}
.style4 {
	font-family: sans-serif;
	font-size: 10px;
	color: #AAAAAA;
}

