
html{ 
padding: 0px; 
margin: 0px;
width:100%;
height:100%;
float:left;
}

body{ 
background:#ffffff url(../body_bg.jpg) top left repeat-x; 
padding: 0px; 
margin: 0px;
width:100%;
height:100%;
float:left;
}

td.center_bg {
	width:951px;
	height:650px;
	background:url(../center_bg.jpg) top left no-repeat;
	text-align: center;
}

table.menuHomeContainer {
	margin-top:398px;
	position: absolute;
	margin-left: -147px;
}

#flash-container {
	position: absolute; 
	top: 340px; 
	left: 350px; 
	z-index: 1000;
}

td.menuHomeLeft {
	width:99px;
	text-align:center;
}
td.menuHomeCenter {
	width:99px;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	text-align:center;
}
td.menuHomeRight {
	width:99px;
	text-align:center;
}
a.menuHome,
a.menuHome:link,
a.menuHome:visited {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#ffffff; 
	text-decoration:none;
	text-transform:uppercase;
}
a.menuHome:hover {
	text-decoration:underline;
}

td.footer_container table {
	margin-top:22px;
}
.copy {
	font-family:arial;
	color:#9d917b;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

