body{
	background-color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

h1{
	font-size:14px;
}

#wrapper{
	position:relative;
	margin-right:auto;
	margin-left:auto;
	width: 800px;
}


#main{
	position:absolute;
	width: 800px;
	height:680px;
	top: 40px;
	border-color:#000;
	border-style:solid;
	border-width:thin;
	background-color:#FFF;
}

#top{
	position:absolute;
	width:600px;
	height:106px;
}


#contact{
	position:absolute;
	width:740px;
	height:500px;
	left:10px;
	top:120px;
	
}

#pt2{
	position:absolute;
	width:440px;
	height:500px;
	top:65px;
	left:400px;
}

#thanks{
	position:absolute;
	width:600px;
	height:45px;
	top:300px;
	left:230px;
}

#nav{
	position:absolute;
	width:500px;
	height:50px;
	left:400px;
	top:620px;
}