/* Global */

* {
	margin: 0;
	padding: 0;
	}

body {
	background-color: #121212;
} 

#spacer {
	position: fixed;
	top: 0px;
	left: 0px;
	padding-left: 35px;
	height: 100px;
	width: 3500px;
}
		
#header {
	position: fixed;
	top: 35px;
	left: 35px;
	height: 35px;
	width: 3500px;
	border:solid;
	border-color:#666666;
	border-width:1px;
	padding-left:22px;
	padding-top:15px;
	padding-bottom:3px;
	}
	
#content {
	position: absolute;
	top: 110px;
	left: 35px;
	z-index: -1;
    width: 3500px;
	}
	
p {	
	line-height: 16px;
	}
	
	
/* Text */
  
a {
	color: #666;
	text-decoration: none;
	}
	
a:hover {
	color: #8dd2fd;
	text-decoration: none;
  	}
  
a img {
	border: 0px;
  	}
  
  
/* Headings */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	}
	
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	}