body		
		{
			font: font: 76% arial,sans-serif;
			margin: 0;
			padding: 0;
			text-align: center;
			border-width:0;
			background-color: white;
		}
		
#container		
		{
			margin: 0;
			width: 800px;
			height: 1000px;
			text-align: left;
			position: relative;
			border-width:0;
			background-color: white;
		}

#logosection {
	position: absolute;
	height: 100px;
	left: 0px;
	top: 75px;
	width: 800px;
	border-width:0;
	background-color: white;
}


#main {
	position: absolute;
	left: 0px;
	top: 225px;
	width: 800px;
	border-width:0;
	background-color: white;
}

