@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fa8c2e;
	background-image: url(images/bg.gif);
}

#divtop
{
	background-image: url(images/top-img.png);
	height: 65px;
}
#divbody
{
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	height: 502px;
	text-align: center;
}

#divfooter
{
	background-image: url(images/footer-img.png);
	background-repeat: repeat-x;
	height: 33px;
	background-position: bottom;
}
#bg-btm {
	background-image: url(images/img-hand.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 90px;
}

#ctr_img {
	background-image: url(images/manndia_logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 502px;
}
