/*
This file is only for MASTER BG & BODY control.
To customize anything, copy it and paste it into the 'customized.css'
*/

* {
 margin:0px;
 padding:0px;	
}

.fix { clear:both; }

.fillup { 
	padding:50px; 
	text-align:center; 
	vertical-align:middle; 
	background-color:#390; 
	color:#FFF;
}

body {
	font:12px Verdana;
	color:#999;
	text-align:left;
	margin:0 auto;
}


/* These 5 layers allow for multiple transparent PNGs to make beautiful websites. */
#bg-layer-0 {
	background-image:url(../images/bgr-repeat-x.jpg?cache=0);
	background-position:center top;
	background-repeat:repeat-x;
	margin:0 auto;
	border-top:1px solid #ccc;
}

#bg-layer-1 {
	background:url(../images/bgr.png) no-repeat top center;
	margin:0 auto;
	border-top:1px solid #ccc;

}
#bg-layer-2 {
	border-top:1px solid #ccc;
}
#bg-layer-3 {
	border-top:1px solid #ccc;
}
#bg-layer-4 {
	border-top:1px solid #ccc;
}

#wrapper-top, #wrapper-bottom {
	width:980px; /* Full width of page */
	margin:0 auto;
}

img .zeroImage {
	margin: 0;
	padding: 0;
	border: none;
}
