body {
	height						: 100%;
	width   					: 100%;
	margin						: 0px;
	font-size					: 14px;
	color						: #484848;
	font-family					: arial, helvetica, sans-serif;
	background					: url(images/bg.png) repeat-x;
}

table, td {
	font-size					: 14px;
	color						: #484848;
}

a {
	text-decoration				: none;
	color						: #ff0000;
}

#container {
	position					: absolute;
	top							: 0px;
	left						: 50%;
	width						: 802px;
	height						: 715px;
	margin						: 0 0 0 -401px;
	text-align  				: left;
}

#logo {
	position					: absolute;
	left						: 0px;
	top							: 0px;
	height						: 136px;
	width						: 802px;
	background					: url(images/logo.png);
}

#menu {
	position					: absolute;
	top							: 136px;
	left						: 0px;
	height						: 43px;
	width						: 802px;
}

#body {
	position					: absolute;
	
	left						: 0px;
	top							: 179px;
	width						: 802px;
	height						: 526px;

	padding-left				: 0px;
	padding-right				: 0px;
	padding-top					: 0px;
	padding-bottom				: 0px;
		
	border						: 0px solid;
	
	font-size					: 14px;
	color						: #484848;

	background					: url(images/body.png);
}

#scrolldiv {
	position					: absolute;
	
	left						: 118px;
	top							: 30px;
	width						: 566px;
	height						: 466px;
	
	overflow 					: auto;

	padding-left				: 0px;
	padding-right				: 20px;
	padding-top					: 0px;
	padding-bottom				: 0px;
		
	border						: 0px solid;
	
	font-size					: 14px;
	color						: #484848;
}

#footer {
	position					: absolute;
	
	left						: 0px;
	top							: 705px;
	width						: 802px;
	height						: 34px;
}

