HTML, BODY {
	margin: 0px;
	padding: 0px;
	height:100%; 
	background-color: #7b7b7b;
	color: #434343;
	font: 12px verdana, helvetica, sans-serif;
	text-align: center;
}
h1 { font-size:90px; margin:0;}
#outer{
	margin: auto;
	background-color: #fff;
	min-height: 1px;
	height: 100%;
	width: 700px;
}
#inner{
	margin: auto;
	background-color: #7b7b7b;
	height: 100%;
	width: 600px;
}
#content {
	margin: auto;
	background-color: #fff;
	height: 100%;
	width: 520px;
}

#content IMG {
	margin: 50px 0 15px 0;
	background-color: #7b7b7b;
}
a:link {  color: #990000; text-decoration: underline}
a:visited {  color: #000066; text-decoration: underline}
a:hover {  color: #990000; text-decoration: underline; background-color: #999999}
a:active {  color: #990000; text-decoration: underline; background-color: #FFFF33}
