html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 100%;
	font: inherit;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust:none;
	text-decoration:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
	margin: 0px;
	padding: 0px;
}

html {
	max-width: 100%;
	overflow-x: hidden;
}

body {
	color:white;
	background-color:#242424;
	line-height:10px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	max-width: 100%;
    overflow-x: hidden;
    font-family: Verdana, sans-serif;
  	text-decoration:none;
}
	
a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}

ol, ul {
	list-style: none;
  	list-style-type:none;
}

#div1 {
    width:100%;
  	height:300px;
  	background-image:url(../images/dark_circles.png);
	z-index:-100;
}

#div2 {
  	display:block;
    background-color:rgba(24,24,24,.93);
  	width:100%;
  	height:50px;
	text-align:center;
}

#div3 {
  	display:inline-block;
    background-color:transparent;
  	width:1024px;
  	position:relative;
}

#div4 {
 	display:inline-block;
    background-color:transparent;
  	width:256px;
  	height:100px;
  	position:relative;
  	top:0px;
  	border-radius: 0px 0px 6px 6px;
	z-index:100;
}

#divweird {
	display:absolute;
	background-color:rgba(24,24,24,.93);
	width:256px;
	height:50px;
	position:absolute;
	top:50px;
	border-radius: 0px 0px 6px 6px;
	z-index:-1;
}

#topbarlinks {
	display:inline-block;
	background-color:transparent;
	width:768px;
	height:50px;
	position:relative;
	bottom:70px;
	line-height:50px;
}

li {
  	display:inline;
 	text-decoration:none;
  	text-align:center;
  	font-size:16px;
}

li a {
  	color:white;
	display:inline-block;
	width:256px;
  	height:50px;
  	text-align:center;
  	line-height:50px;
}

li a:hover {
  	color:white;
  	background-color:#161616;
}

#div5 {
    height:10px;
  	width:100%;
  	background-color:#101010;
}

#div6 {
	width:850px;
	background-color:transparent;
	margin:0 auto;
	position:relative;
	top:100px;
	line-height:18px;
	text-align:center;
}

#div7 {
	width:1024px;
	background-color:transparent;
	margin:0 auto;
	text-align:center;
}

.arrowspan {
	font-size:14px;
	line-height:16px;
}

.footerlink1 {
	text-decoration:none;
	color:white;
}

.footerlink1:hover {
	text-decoration:underline;
	color:#EEEEEE;
}
