﻿body {
	background-color: #666666;
	width: 589px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#top {
	background-image: url(../images/1.jpg);
	height: 109px;
	width: 589px;
}
#middle {
	width: 589px;
	background-image: url(../images/2.jpg);
	height: 277px;
}
#content #left {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	width: 347px;
	height: 299px;
}
#content #left p {
	margin-right: 17px;
	margin-left: 19px;
	margin-top: 18px;
	margin-bottom: 20px;
}

#content #right {
	background-image: url(../images/3.jpg);
	width: 242px;
	float: right;
	height: 299px;
	background-color: #FFFFFF;
}
#footer {
	background-image: url(../images/4.jpg);
	height: 65px;
	width: 589px;
	float:left;
}

