body {

  margin: 0px;

  padding: 0px;

  overflow: scroll;

  font-family: 'gill sans', 'new baskerville', sans-serif;

  font-size: 12pt;

  background-image: url(bg.jpg);

}



#global {

     margin-left: auto;

     margin-right: auto;

	 width: 980px;
	 

     position:relative;

     text-align: left; /* to realign your text */
	 

     }






#header {
	float: left;
	
	width: 900px;
	height: 230px;
	padding: 0px;
	z-index: 2;
	
	
	



}

#content_carrier{

background-image: url(promo.jpg);
	background-repeat: no-repeat;
	
position: relative;
 

  width: 980px;
  height: 784px;
  z-index: 1;


}

#content {
	float: left;
	
	width: 645px;
	height: 510px;
	padding: 20px;
	z-index: 2;
	font-size: 12pt;
	overflow: auto;
	



}



#menu {
	float: left;
	
	
	
	padding: 10px;
	width: 270px;
	height: 550px;
	
	z-index: 4;






}

#between {
	float: left;
	
	
	
	padding: 0px;
	width: 0px;
	height: 550px;
	
	z-index: 4;
 


}

#footer {

float: left;
	font-size: 10pt;
background-image: url(images/footer.jpg);
background-repeat: no-repeat;

	margin: 0px;
	padding: 5px;
	width: 980px;
	height: 37px;
	z-index: 3;
	
 


}

