body 
{
	background-color: #000000;
    width: 100%;
    /*height: 100%;*/
}

center 
{
	/*height: 100%;*/
}

.basic_text
{
	font-size: 14px;
	color: black;
	font-family: Arial;
}

.menuCell 
{
	height: 45px;
}

#maintable 
{
	background-color: #e7a247;
	width: 800px;
	/*height: 100%;	*/
	margin-top: 5px;
}

#mainDiv
{
	width: 800px;	
	/*height: 100%;*/
	background-color: #e7a247;
}

#menuDiv 
{
	width: 800px;
	align: right;
}

#header
{
	background-image: url('Logo/LogoMenu.jpg');
	background-repeat: no-repeat;
	height: 185;
	align: right;
}