
html
	{
	overflow: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

body
	{
	width: 95%;
	overflow: hidden;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	background-color: #333333;
	}


/* DIV BLOCKS */


#bg 	{
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index:0;
	}

#header	{
	align: center;
	width: 800px;
	height: 450px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	background-color: #333333;
	background-image:url("../images/main/header.gif"); 
	background-repeat:no-repeat;
	z-index:10;
	}

div.legend
 	{
	width: 700px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 3px 25px;
	background: transparent;
	z-index:10;
	}

#main 	{
	align: center;
	width: 800px;
	height: auto;
	padding: 10px 0px 0px 0px;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	background-image:url("../images/main/bg.gif"); 
	background-repeat:repeat-y;
	z-index:10;
	}

div.block
 	{
	width: 700px;
	height: auto;
	padding: 0px 10px 10px 0px;
	margin: 10px 0px 0px 25px;
	background: transparent;
	z-index:10;
	}
