body {
	margin-left: 0px;
	margin-top: -50px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#Main {
	position:relative;
	width:1000px;
	height:850px;
	z-index:1;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#Header {
	position:absolute;
	width:1000px;
	z-index:3;
	height: 200px;
	left: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#Page {
	position:absolute;
	width:850px;
	z-index:3;
	height: 650px;
	left: 75px;
	top: 200px;
	background-image: url(images/page.gif);
	background-repeat: no-repeat;
}
#Text {
	position:absolute;
	width:550px;
	z-index:3;
	height: 25px;
	left: 150px;
	top: 190px;
	font-size: 18px;
	font-weight: bold;
}
#Banner1 {
	position:absolute;
	width:500px;
	z-index:3;
	height: 90px;
	left: 175px;
	top: 215px;
	background-image: url(images/box.gif);
}
#Banner2 {
	position:absolute;
	width:500px;
	z-index:3;
	height: 90px;
	left: 175px;
	top: 310px;
	background-image: url(images/box.gif);
}
#Banner3 {
	position:absolute;
	width:500px;
	z-index:3;
	height: 90px;
	left: 175px;
	top: 405px;
	background-image: url(images/box.gif);
}
#Banner4 {
	position:absolute;
	width:500px;
	z-index:3;
	height: 90px;
	left: 175px;
	top: 500px;
	background-image: url(images/box.gif);
}
#Cont {
	position:absolute;
	width:468px;
	z-index:3;
	height: 60px;
	left: 16px;
	top: 15px;
}
#Links {
	position:absolute;
	width:1000px;
	z-index:3;
	height: 60px;
	left: 0px;
	top: 850px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

