body
{
	color: #FFF;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 0;
	margin: 10px 0 0 0;
	background-image: url(Chainmail06.png);
	/*background-image: url(Grid.png);*/
	/*background-repeat: repeat-x;*/
}

a { outline: 0; }

#Main
{
	width: 800px;
	margin: auto;
	text-align: center;
	position: relative;
	background: #000;
	/*background-image: url(BlueCheck.png);*/
	background-image: url(bg3.jpg);
	-moz-border-radius: 15px;
	border-radius: 15px;
}

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

a:hover { color: #ff6; }
.Menu { list-style: none; }

.Menu li
{
	background: url(Menu.png);
	margin-bottom: 12px;
	line-height: 40px;
	font-size: 21px;
	font-weight: bold;
}

.Menu li a
{
	display: block;
	width: 300px;
	height: 40px;
	color: #fff;
	text-decoration: none;
}

.Menu li:hover { background-position: 00px 120px; }
.Menu li:active { background-position: 00px 80px; }

#Footer
{
	clear: both;
	width: 770px;
	text-align: center;
	bottom: 0px;
	background: #000;
	filter: alpha(opacity=25);
	opacity: 0.25;
	font-size: 12px;
	margin: 20px 15px 0 15px;
}
