html,body {
	font-family: verdana;
	background-color: #3c5b77;
	}

#center {
	background: url(../img/fire-of-transmission.1024x625-65k.jpg) no-repeat top left;
	position: absolute;
	top: 0%;
	left: 0%;
	margin: 0px 0 0 0px;
	width: 1024px;	
	height: 675px;
	}
	
#title{
	position: absolute;
	display: block;
	color: #f18c03;
	top: 50px;
	left: 25px;
	}	
	
#pitch {	
	position: absolute;
	display: block;
	left: 550px;
	top: 150px;
	color:#fff;		
	}

#links_box{
  position: absolute;
  right: 13px;
	top: 450px;
}
#links_box2{
  position: absolute;
  right: 13px;
	top: 50px;
}

#links_box2 h2{
  color: #fff;
}
ul{	
	display: block;	
	font-size: 16px;
	font-style: normal;
	line-height: 2em;
	font-weight: normal;
	color: #fff;
	list-style-position: inside;	
	list-style-type: none;
	text-align: right;
	}

p a,h2 a {
	text-decoration: underline;
	color:#f18c03;	
	}

p a:hover,h2 a:hover {
	text-decoration: underline;
	color:#red;
	}

h2 a:visited {
	text-decoration: underline;
	color:#fff;
	}	
ul li a {
	color: #CC6600;
}
