HTML {
	width: 100%;
	height: 100%;
}

BODY {
	width: 100%;
	height: 100%;
	
	font-family : Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	
	background-image: url(../media/bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;	

}

#tbl_index
{
	background: #FFFFFF;
	width: 880px;
	height: auto;
	margin: auto;
}

.main_head{
	background-color: #990000;
	vertical-align: top;
	height: 120px;
}

.main_nav
{
	height: auto;
}

.main_content{
	background-color: #FFFFFF;
	vertical-align: top;
}

