/* CSS */

body{
	margin: 0;
	padding: 0;
	background: #f7f3e8;
}
.container{
	width: 940px;
	margin: 0 auto;
}
.top{
	background: url(./../img/bg-top.jpg) repeat-x;
	height: 267px;
}
.logo{
	background: url(./../img/top.jpg) no-repeat;
	height: 267px;
}
.content{
	background: url(./../img/content.jpg) repeat-y;
}
.content-desc{
	padding: 1px 90px;
}
.bottom{
	background: url(./../img/bg-bottom.jpg) repeat-x;
	height: 83px;
}
.bottom-logo{
	background: url(./../img/bottom.jpg) no-repeat;
	height: 83px;
}