body {
	background-color: Black; 
	background-image: url(../image/bg.jpg);/* cosmetic */
	background-position: left center fixed;
	background-repeat: repeat-x;
	margin: 0px; /* required */

}

#wrapper 
{
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	width: 980px;
}



/*Compass Design typography css 
Explination:
Remove all margin and padding from every element on the page.
Re-add consistent margin and padding for elements
*/ 
* { 
margin:0; 
padding:0; 
} 
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ol,dl,fieldset,address { 
margin: 0 0 0 0;  
} 
dd {  
margin-left:0; 
} 
fieldset {  
padding: 0;  
} 

