body{
 background: #e0e5e9 url(../images/mpu.jpg) no-repeat;
 background-position:top center;
 margin:auto;
 text-align: center;
}


.content { 
width : 300px;
margin-top: 150px;
position : relative;
z-index : 100;
padding-top : 0px;
float: right;
margin-right: -120px;

}

.body_content {
color : #000;
font-size : 1.2em;
width : 600px;
margin-left : 40px;

}

#container{
	margin:auto;
	width: 700px;
}

#header{
	width: 700;
	margin-top: 90px;
}

#main_content{
	float: right;
	margin-top: 20px;
	padding: 20px;
}

#links{
	float: left;
	width: 200px;
	margin-top: 20px;
	padding: 20px;
}

#text {
	list-style-type: none;
	border-left: 2px solid gray;
	font-family: Arial;
	color: gray;
	font-size: 12px;
	line-height: 20px;
	padding: 0px 0px 0px 10px;	
	text-align: left;
}

a:link, a:visited{
	text-decoration: none;
	color: gray;
}




