@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000000;
	background-image:url(images/bkg_solarpanel_tile_darker.gif);
	background-position:center;
	background-position:top;
	background-repeat:x;
	background-attachment:fixed;
	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	border:none;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	color:#999999;
	}
	
	
	
	#mainContainer{
	text-align:center;
	border: 1px dashed #333333;
	width:1000px;
	height:900px;
	margin: 0px 0px 0px 0px;
	padding:20px;
	width:550px;
	
}

h1{
font-size:12px;
}
h2{
color:#666666;
font-size:12px;
}


#spacer{
padding-top:5px;

border-top:1px dashed #333333;
width:1000px;
height:10px;
}

p{
font-size:14px;
color:#CCCCCC;
}

a {
	color:#CC6600;
	text-decoration:underline;
	
}
a:focus {color: #cc9933;}


a:hover {
	color:#cc9933;
	text-decoration:underline;
	/*background:#000000;*/
}

:-moz-any-link:focus {
  outline: none;
}