body
{
	background: #eee;
	font-family: helvetica;
	text-align: center;
	padding 0px;
	margin: 0px;
	font-size: 16px;
}

div.page
{
	width: 750px;
	height: 563px;
	background-image: url('/images/kyles_basement.jpg');
	margin: 10px auto auto auto;
	text-align: left;
	padding: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}

div.footer
{
	padding: 10px;
	color: #444;
}

div.page h1
{
	float: right;
	text-align: right;
	font-size: 72px;
	padding: 4px;
	margin: 5px;
	color: #000;
	background: #ccc;
	width: 400px;
	filter: alpha(opacity=25);
	-moz-opacity:.25;opacity:.25;
}

span.hcontent
{
	padding: 5px;
}

div.page ul
{
	position: relative;
	top: 410px;
	left: 10px;
	
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
	display: table;
	width: 150px;
}

div.page li
{
	padding: 2px 0px 0px 0px;
	width: 150px;
	margin: 0px;
}

div.page a
{
	text-decoration: none;
	color: #fff;
	background: #001;
	
	border: 1px solid #ccc;
	padding: 1px 0 1px 0;
	
	display: block;
	
	text-align: center;
	
	font-size: 18px;
	filter: alpha(opacity=60);
	-moz-opacity:.6;opacity:.6;
}

div.page a:hover
{
	background: #ccc;
	color: #000;
}

div.page a:active
{
	background: #fff;
	color: #ccc;
}
