@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}
h6 {font-size: xx-small}
/*h1 {font-size:80em}
h2 {font-size:55em}
h3 {font-size:40em}
h4 {font-size:32em}
h5 {font-size:24em}
p {font-size:18em}
h6 {font-size:14em}*/

/*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;
	max-width: 100%;
}

#wrapper {
	max-width: 96%;
	margin-top: 1%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: auto;
	background-color: #000;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
}

#icons ul li {
	display:inline;
}

#wrapper a:link {
	color: #e8ca1f;
}
#wrapper a:visited {
	color: #e8ca1f; 
}
#wrapper a:hover {
	color: #ffff00;
}
#wrapper a:active {
	color: #ffff00;
}
