﻿html,body {
	margin: 0;
	padding: 0;
	height: 100%; 
	background: #808080;
	font-family: arial,sans-serif;
	font-size: small;
	color: #666666;
}

div#container {
	position: relative; 
	margin: 0 auto; 
	width: 750px;
	background: #ffffff; 
	height: auto !important; 
	height: 100%; 
	min-height: 100%; 
	border: solid 1px #000000;
}

div#header {
	padding: 0em;
	border-bottom: solid 1px #000000;
}

div#header_image {
	background-image: url(/Images/header.jpg);
	width: 750px;
	height: 120px;
}

div#main_menu {
	background-image: url(/Images/mainmenu.jpg);
	cursor:pointer;
	position: absolute;
	top: 88px;
	left: 638px;
	width: 110px;
	height: 30px;
}

div#content {
	padding: 1em 1em 5em; 
}

div#footer {
	position: absolute;
	width: 100%;
	bottom: 0; 
	background: #000000;
}
