/* CSS */

body{
	margin: 0;
	padding: 0;
	background: #ca863b;
}
.container{
	width: 940px;
	margin: 0 auto;
}
.top{
	background: url(../images/bg-top.png) repeat-x;
	height: 306px;
}
.logo{
	background: url(../images/top.png) no-repeat;
	height: 306px;
}
.content{
	background: url(../images/content.png) repeat-y;
}
.content-desc{
	padding: 1px 90px;
}
.bottom{
	background: url(../images/bg-bottom.png) repeat-x;
	height: 192px;
}
.bottom-logo{
	background: url(../images/bottom.png) no-repeat;
	height: 192px;
}