/* CSS Document */

/* Container for holding page together and cerntering */
div.container {
	position:absolute;
	left:50%;
	top:0px;
	margin-top: 10px;
	width:800px;
	height:560px;
	margin-left:-400px;
	background-color: #ffffff;
}

/* Top logo with Banner */
#MP_logo {
	position: absolute;
	height: 107px;
	width: 317px;
	left: 0px;
	top: 0px;
	z-index:500;
	
}
/* main navigation */
#main_nav {
	position: absolute;
	height: 20px;
	width: 488px; 
	left: 314px;
	top: 44px;
	z-index:501;
}

/* product navigation */
#nav_footer{
	position: absolute;
	height: 43px;
	width: 484px;
	left: 316px;
	top: 64px;
}

/* Website Footer */
#body{
	position: absolute;
	height: 461px;
	width: 800px;
	left: 0px;
	top: 107px;
	z-index:400;
}
/* Website Footer nav */
#footer_nav{
	position: absolute;
	height: 22px;
	width: 220px;
	left: 536px;
	top: 560px;
}
#footer{
	position: absolute;
	height: 156px;
	width: 800px;
	left: 0px;
	top: 412px;
	z-index:401;
}
#backfor{
	position: absolute;
	height: 14px;
	width: 50px;
	left: 740px;
	top: 395px;
	z-index:403;
}
