/* CSS Document */
body,html{
	background:url(img/bg.jpg) repeat-x #fff;
	height: 100%;
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
	text-align:center;
}
table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
	text-align:center;
}
#main{
	width:761px;
	height:547px;
	background:#fff;
	border:3px solid #000;
	text-align:center;
	margin:auto;
	padding:0;
}
#flash{
	width:761px;
	height:444px;
	border-bottom: 3px solid #000;
	display:block;
}
#navwrap{
	width:761px;
	height:100px;
	display:block;
}
.nav{
	width:188px;
	height:100px;
	border-right: 3px solid #000;
	float:left;
}
.navright{
	width:188px;
	height:100px;
	float:left;
}	
#footer{
	width:742px;
	line-height:18px;
	text-align:left;
	height:18px;
}
#footer a{
	font-weight:bold;
	text-decoration:none;
	color:#cc6600;
}
#footer a:hover{
	font-weight:bold;
	text-decoration:none;
	color:#999;
}
#footer span{
	float:right;
}