#usermenu
{
	position:static;
}

#head{
	position:static;
	width: auto;
}

#content{
	position:static;
	margin-left: 14px; margin-right: 14px;
}

#mainmenu{
	position:static;
	width: inherit;
	clear: both;
}

body{
	overflow: visible;
        background: url("/images/bg.gif") repeat-x fixed 0 0 #996633;
}

#foot{
	margin-left: 30px;
	margin-right: 30px;
	position: static;
	min-width: inherit;
	width: auto;
}


html{
	overflow: visible;
}