/* CSS Document */

body {
	background-image:url('http://www.djwayneg.com/artwork/back.jpg');
    background-repeat:no-repeat;
	background-color:#000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Century Gothic, Verdana, Arial, sans-serif;
}
h1 {
	font-size: 36px;
	font-weight:300;
	color: #fff;
}
h2 {
	font-size: 18px;
	font-weight:100;
	color: #fff;
}
h3 {
	font-size: 18px;
	font-weight:200;
	color: #000000;
}

a:link, a:visited, a:active {
	color: #888;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.style1 {
	color: #FFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:200;
	line-height:16px;
	font-size: 12px;
}
.style2 {
	color: #5A86AB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.stylerule {
	color: #666;
}
.footertext {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bgfade
{
   background-color:#000;
   opacity: 0.9; /* 90% opacity for all modern browsers */
   filter: alpha(opacity=90); /* 90% opacity for IE */
}

