html, body {
	margin:0;
	padding:0;
	position: relative;
}
.head {
	background-color: #5EA7B7;
	width: 100%;
	height: 165px;
}
.menu {
	background-color: #5EA7B7;
	width: 100%;
	height: 35px;
}
.left {
	background-image: url(left.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 31px;
}
.right {
	background-image: url(right.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 31px;
}
.middle { 
background-color: #FFFFFF; 
width:100%;
height:100%;
}
.bottom {
	background-color: #5EA7B7;
	width: 100%;
	height: 55px;
}