/* 	Global page CSS: 
	This style sheet modifies anything specific to the Global-pix frontpage.
	Modifies styles set in the index.css style sheet.
	
	It also sets up all header styles . 
*/


.banner_globalpix {
    background-image: url(/images/banner/globalpix.jpg);
    background-repeat: no-repeat;
}

#pagecontent {
    width: 960px;
	background-color:none;
	background-image:none;
    /* height: 450px; */
    min-height: 450px;
}


#content {
	padding: 10px 0;
	margin: 0px;
}

html { background-color: #858585; }
