@charset "utf-8";
/*Reset (optional)*/
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	border: 0;
	font-size:100%;
	font-weight: normal;
}
img {border: 0}
ol, ul {list-style: none}
h1 {font-size:80px}
h2 {font-size:55px}
h3 {font-size:40px}
h4 {font-size:32px}
h5 {font-size:24px}
p {font-size:18px}
h6 {font-size:14px}

/*image outline Fix for Firefox*/
a {outline:0px;}
a img {border: none;}
/*End Reset - start styling*/


body {
	font-family:"Times New Roman", Times, serif;
	color: #debe1d;
	text-align: center;
	background-color: #000;
}

#wrapper {
	width: 800px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000;
	background-image: url(images/bg800.jpg);
	background-repeat:no-repeat;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
}

#icons ul li {
	display:inline;
	
}

#wrapper a:link {
	color: #ffff00;
	/*font-weight:bold;*/
}
#wrapper a:visited {
	color: #ffff00; 
}
#wrapper a:hover {
	color: #e8ca1f;
}
#wrapper a:active {
	color: #e8ca1f;
}

#footer a:link {
	color: #e8ca1f;
}
#footer a:visited {
	color: #e8ca1f; 
}
#footer a:hover {
	color: #ffff00;
}
#footer a:active {
	color: #ffff00;
}
