BODY {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: Silver;
	margin: 0px;
}
A {
	color: Blue;
	text-decoration:none;
}
A:hover {
	text-decoration:underline;
}
.red {
	color:#FF0000;
}
#header {
		position: absolute;
		width: 100%;
		height: 15%;
		top: 0;
		right: 0;
		bottom: auto;
		left: 0;
}
#main {
	position: absolute;
	width: 100%;
	height: auto;
	top: 15%;
	right: 0;
	bottom: 150px;
	left: 0;
}
#footer {
		position: absolute;
		width: 100%;
		height: 150px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
}