    body { 
		background-color: black; 
		background-image: url('images/bg.jpg'); 
		background-repeat: repeat-x; 
		background-position: 200px; 
		margin-left: auto;
		margin-right: auto; 
		width: 931px; 
		font-family: arial, sans-serif; 
	}
	
	#header { 
		background-image: url('images/hdr.jpg');
		background-repeat: no-repeat;
		width: 931px;
		height: 215px;
		padding-left: 20px;
		padding-top: 15px;
		color: white;
		font-size: 10pt;
	}
	
	#header a {
		color: white;
	}
	
	#content {
		background-image: url('images/contentbg2.png');
		background-repeat: no-repeat;
		
		padding: 20px;
		color: black;
		font-size: 10pt;
	}
	
	#contestIntro {
		background-image: url('images/contentbg2.jpg');
		background-repeat: no-repeat;
		width: 548px;
		height: 275px;
		padding: 15px;
		padding-right: -60px;
		padding-top: 40px;
		color: white;
		font-size: 14px;
	}
	
	#contestIntro a {
		color: white;
		text-decoration: underline;
	}
	
	#contestIntro a:hover { 
		text-decoration: none;
	}
	
	#banner {
		float: right;
		margin-right: 5px;
	}
