body {
	background-color: #D6692F;
	color: white;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
}
html, body {
	height: 100%;
}
#page {
	background-color: #E26F31;
	margin: auto;
	text-align: center;
	min-height: 100%;
	height: 100%;
	width: 60%;
	position: relative;
}
body > #page {
	height: auto;
}
#foot {
	width: 90%;
	height: 20px;
	overflow: hidden;
	position: absolute;
	left: 5%;
	bottom: 0px;
	border-top: 1px solid silver;
}


a {
	color: white;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
.ad {
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	top: 45%;
	font-weight: bold;
}

#foot {
	font-size: x-small;
	text-align: right;
	font-size: 90%;
}
