body {
	background-color: #D7D7D7;
	margin: 0px;
	padding: 0px;
}
a {
	color: #F00;
	text-decoration: none;
}

p, li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #808080;
}
p.contact {
	color: #F00;
	font-size: 13px;
	font-weight: bolder;
	position: absolute;
	top: 214px;
	right: 25px;
	display: block;
}
#page {
	height: 400px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: none;
	background-repeat: no-repeat;
	position: relative;
	top: 20px;
}
#foot {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #808080;
}
