#mainContent {
	width: 900px;
	height: 850px;
	margin: 0;
	position:relative;
	background: #ffffff;
}
#main1 {
	width: 40px;
	height: 850px;
	margin: 0;
	background: #999999 url(../images/main1.gif) repeat-y;
	position: absolute;
	left: 0px;
	top: -1px;
}
#main2 {
	width: 590px;
	height: 850px;
	margin: 0;
	background: #FFFFFF;
	position: absolute;
	left: 40px;
	top: -1px;
	border: 1px solid #999999;
}
#main3 {
	width: 30px;
	height: 850px;
	margin: 0;
	background: #ffffff url(../images/main3.gif) repeat-y;
	position: absolute;
	left: 630px;
	top: -1px;
}
#main4 {
	width: 200px;
	height: 850px;
	margin: 0;
	background: #FFFFFF;
	position: absolute;
	left: 660px;
	top: -1px;
	border: 1px solid #999999;
}
#main5 {
	width: 40px;
	height: 850px;
	margin: 0;
	background: #999999 url(../images/main5.gif) repeat-y;
	position: absolute;
	left: 860px;
	top: -1px;
}
#footer {
	width: 900px;
	height: 67px;
	margin: 0;
	background: #ffffff url(../images/footer.gif) no-repeat;
	position: absolute;
	left: 0px;
	top: 849px;
}
