/* Backgrounds Default*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	line-height: normal;
	color: #ffffff;
    background-image:    url("../img/content-bg/main-bg.gif"); 
    background-position:center top;   
    background-color: #000022;
    background-repeat: no-repeat;
}

#head {
   background-image:     url("../img/content-bg/head-bg-2.jpg"); 
   background-position:center top;  
   background-repeat: no-repeat;      
   background-color: #ffffff;  
   height:289px;
   
}

#content {
   background-image:     url("../img/content-bg/bg-index.jpg"); 
   background-position:center top;  
   background-repeat: no-repeat;      
   background-color: #ffffff;    
   
}



