body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 12px;
	background-image: url(../images/patern.jpg);
	text-align: left;
}

div#header {
	text-align: center;
	background-image: url(../images/header.png);
	height: 131px;
	color: #FFFFFF;
}

div#footer {
	text-align: center;
	clear: both;
	background-image: url(../images/footer.png);
	height: 64px;
	color: #FFFFFF;
	padding-top: 15px;
}

div#maincontent {
	padding: 2%;
	text-align: justify;
	background-image: url(../images/middel.png);
}div#box {
	text-align: center;
	width: 932px;
	margin-right: auto;
	margin-left: auto;
}
