body {
	background-color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}


#bodydiv {
	position:absolute;
	top: 0px;
	left: 0px;
	right: 5px;
	bottom: 0px;
	height: 100%;
	width: 99,9%;
}

#header {
	margin: 0px;
	height: 60px;
	width: 100%;
	padding-top: 5px;
	padding-left: 5px;
	background-color: #fff;
}
		#header_end {
			position: absolute;
			height: 5px;
			width: 100%;
			top: 65px;
			padding-left: 5px;
			background-color: #007D9D;
		}

#login{
	top: 15px;
	right: 5px;
	position:absolute;
}

#header_spacer{
	height: 25px;
	width: 500px;
	top: 29px;
	padding-left: 355px;
	position: absolute;
	z-index:1000; 
}

#wrapper{
	width: 925px;
	position: absolute;
	left: 160px;
	top: 80px;
	border: 1px solid #000;
	padding-left: 5px;
}
