/* This file follow W3C Reference Specification for CSS */
BODY {
	color: White;
	background-color: Black;
}
 A:ACTIVE, A:LINK, A:VISITED {
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	color: White;
	background: transparent;
	text-decoration: none;
}
 A:HOVER {
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #D4D0C8;
	background: transparent;
	text-decoration: none;
}
#container1 {
	position: relative;
	top: 30%;
	width: 100%;
 }
 #container2 {
	position: absolute;
	bottom: 1px;
	width: 100%;
   }