A:link
{
	text-decoration:none;
}

A:visited
{
	text-decoration:none;
}

A:active
{
	text-decoration:none;
}

A:hover
{
	text-decoration:none;
}

body
{
	background-color:#fcebfa;
	margin-top:0px;
	margin-bottom:0px;
}

#page
{
	position:relative;
	background-color:#fcebfa;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

#contactForm
{
	position:absolute;
	left:47px;
	top:320px;
	width:365px;
	height:474px;
	font-family:centaur;
	
}

#footer
{
	background-color:#fcebfa;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	text-align:center;
	top:547px;
}