body {
	font-family: OCR A Extended, Verdana, Arial, sans-serif;
	background: #000000;
	color: #cccccc;
	width: 1200px;
	background-image: url(http://www.compcamps.com/rtubello/background.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
	background-position: center;
}

/*article{
	margin: 10px;
	padding: 10px 20px 10px;
	border-radius: 3px;
	-webkit-border-radius:.3em;
	-moz-border-radius:.3em;
	text-align: center;
	background: rgba(0, 0, 0, 0.6);*/
	
}

header{
	width: 900px;
	text-align: center;
}

article{
	
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	width: 898px;
	display: block;
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
	padding: 10px 20px 20px;
	border-radius: 8px;
	-webkit-border-radius:.8em;
	-moz-border-radius:.8em;

}

section{
	width: 900px;
	text-align: left;
}

a:link, a:visited{
	color:#ccffff;
	text-decoration: none;
	}
	
a:active{
	color:#cffff;
	}


a:hover{
	color:#5588cc;
	letter-spacing: 2px;
	}
	