body {
	background: url(../img/common/body.png) 50% 0 no-repeat;
	background-attachment: fixed;
	text-align:center;
}

div#wrapper {
	_width:902px;
	max-width:902px;
	margin:0 auto;
	text-align:left;
}

#globalNav {
	position:absolute;
}

section {
	font-size:12px;
}

footer {
	background: url(../img/common/footer.png) 50% 0 no-repeat;
	font-size:12px;
	color:#666;
	padding:15px 40px 30px 25px;
/*	margin:0 0 20px;*/
	clear:both;
}

footer p img {
	vertical-align:middle;
	margin:0 3px 0 0;
}

footer p a{
	color:#ff7900;
}

footer address{
	font-weight:normal;
	font-style:normal;
	right:30px;
	text-align:right;
	margin-top:-17px;
}

/* clearfix */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
	min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

a{
color:#FB8206;
}


