/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
html, body {
	height: 100%;
	min-width: 1000px;
	background: url(../assets/background.jpg) no-repeat center center #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:visited, a:hover, a:active {
	color: #000000;
}
h1, h2, h3, h4, h5, h6{
	margin: 0px;
	font-family: Futura, Geneva, Arial, Helvetica, sans-serif;
}
h1{
	font-size: 24px;
}
#bodyDiv{
	width: 496px;
	height: 316px;
	float: left;
	/*background: url(../assets/body.jpg) no-repeat;*/
	overflow: auto;
	padding-right: 5px;
	margin: 0px;
}
#bottomDiv{
	width: 618px;
	height: 67px;
	background: url(../assets/bottom.jpg) no-repeat;
	clear: both;
}
#flashDiv{
	width: 382px;
	height: 580px;
	float: left;
	background: url(../assets/left.jpg) no-repeat;
}
#insideRightDiv{
	width: 117px;
	height: 316px;
	background: url(../assets/right.jpg) no-repeat;
	float: right;
}
#pageDiv{
	width: 1000px;
	height: 580px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -290px;
}
#rightDiv{	
	width: 618px;
	height: 580px;
	float: right;
	/*padding-top: 197px;*/
	background: url(../assets/body_back.jpg) no-repeat;
} 