.contentContainer {	
	position: relative;
	width:650px;
	height:auto;
	margin:0px;
	vertical-align:top;	
}

.contentHeader {
	background-image: url(../img/globalContentBackground.png);
	background-attachment:fixed 0 0;
	background-position:top center;
	background-repeat:repeat;
	width:660px;
	height:185px;
	margin-left:15px;
	
}

.content {
	background-image: url(../img/globalContentBackground.png);
	background-attachment:fixed 0 0;
	background-position:top center;
	background-repeat:repeat;
	width:660px;
	font: 0.8em 'Trebuchet MS', sans-serif;
	margin-left:15px;
	height:auto;	
	
}

.contentBottom {
	background-image: url(../img/globalContentBottom.png);
	background-attachment:fixed 0 0;
	background-position:top center;
	background-repeat:no-repeat;
	margin-left:15px;
	width:660px;
	height:80px;

}