a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

body {
	font-family: Verdana;
	background: #000;
	background-repeat: repeat-x;
}

div.a {
	color: white;
	letter-spacing: 3pt;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	position: relative;
	left: -11.5em;
	top: -35em;
		border: solid #555 2px;
		padding: 2.5pt;
}

div.b {
	color: white;
	letter-spacing: 3pt;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	position: relative;
	left: 10em;
	top: -2em;

}

div.footer {
	color: #AAA;
	width: 450px;
	border: solid #555 1px;
	font-size: 10px;
}