body {
	margin:0px;
	padding:0px;

background-image: url(images/bgImg.jpg);
background-color:#333333;
background-repeat: repeat-x;
height: 100%; 
}



#wrapper   {	
	font-family:verdana;
	font-size:11px;
	line-height:15px;
	
	width:965px;
	height: 100%;
	text-align:center;
	margin-left: 80px;
	color:#FFFFFF;
	position:absolute;
	padding-top:30px;
	background-color:#000000;
	border-right:2px solid #666666;
	
	border-left:2px solid #666666;

	
	
	
}

#intro {
	font-size:10px;
	
	text-align:left;
	
}


#footer {
	text-align:right;
	padding:20px;
	width:615px;

	float:right;
	
}

#footer a {	
	text-decoration:underline;	
	color:#FFFFFF;		
}

#footer a:hover {
	text-decoration:underline;	
	color:#FFFFFF;	
}

