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

.contentHeader {
	background-attachment:fixed 0 0;
	background-position:top center;
	background-repeat:repeat;
	width:650px;
	height:50px;
	margin-left:20px;
	margin-top:20px;	
}

.content {
	background-attachment:fixed 0 0;
	background-position:top center;
	background-repeat:repeat;
	width:650px;
	font: 1em Arial, Helvetica, sans-serif;
	margin-left:15px;
	height:auto;	
	
}

.contentBottom {
	background-attachment:fixed 0 0;
	background-position:top center;
	background-repeat:no-repeat;
	margin-left:15px;
	width:660px;
	height:80px;

}

.tn {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px;	
}
