@charset "utf-8";

body
{
	background-color:black;
	background-image:url(Images/background.gif);
	background-position:top left;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;

}
#container
{
	background-image:url(Images/hades2.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	width:960px;
	margin:auto;
	padding-top:500px;
	margin-top:0px;
}
#wrapper
{
	width:900px;
	margin:auto;
	background-image:url(Images/columns.gif);
	background-repeat:repeat-y;
	background-position:top center;
}
#header
{
	width:900;
	background-image:url(Images/column.fw.png);
	background-repeat:no-repeat;
	background-position:center top;
	height:180px;
}
#precontent
{
	background-image:url(Images/precontent.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	height:95px;
}
#leftcolumn
{
	
	width:130px;
	float:left;
	padding:10px;
	font-weight:bold;
}
#content
{
	width:580px;
	color:white;
	float:left;
	padding:10px;
	background-image:url(Images/hadescoin.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}

#rightcolumn
{
	width:130px;
	
	float:left;
	padding:10px;
}
#prefooter
{
	background-image:url(Images/footer.fw.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	height:39px;
	clear:both;
	padding:10px;
	text-align:center;
	font-size:24px;
	color:white;
}
#footer
{
	height:24px;
	background-image:url(Images/bottomofcolumn.fw.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}
#leftcolumn, #content, #rightcolumn
{
	min-height:500px;
}
a
{
	color:black;
}
a:hover
{
	color:white;
}
h1
{
	color:white;
	text-align:center;
}
img
{
	float:left;
}
table
{
	margin:auto;
}

