body {
	height: 100%;
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(Website.jpg);
	margin: 0 auto;
}

div#website {
	height: 600px;
	width: 801px;
	font-family: Arial;
	font-size: 12pt;
	line-height: 23pt;
	margin: 0 auto;
}

div#contact1
{
	position: relative;
	top: 385px;
	float: left;
}

div#contact2
{
	position: relative;
	top: 385px;
	left: 130px;
	float: left;
}

a {
	color: #000;
}

a:hover {
	color: #bbbbbb;
}