html {overflow: auto}

html, body {text-align:center;margin:0px; height: 100%; margin-top: 0; }

img {margin: 0px; border: 0px;}

* {margin: 0px; padding: 0px;}

body
{
	background-color: #fff;

}


#header{
	height: 10px;

	margin: 0;
	padding: 0;
	text-align: left;
	clear: both;
	background-color: #ddd;
	display: none;
}

#frames{
	height:90%;
}

.sitemanagerlinks, #menu, #menu table, #footer, #breadcrumbs, #time{
	float: right;
	margin-right: 0px !important;
	margin-right: 1px;

	position: relative;
	z-index: 1;
	display:none;
}

#contentarea{
	margin-top: -20px;
}

