/* CSS */

body{
	margin: 0;
	padding: 0;
	background: #7a0707;
}
.container{
	width: 940px;
	margin: 0 auto;
}
.top{
	background: url(bg-top.png) repeat-x;
	height: 252px;
}
.logo{
	background: url(top.png) no-repeat;
	height: 314px;
}
.content{
	background: url(content.png) repeat-y;
}
.content-desc{
	padding: 1px 90px;
}
.bottom{
	background: url(bottom.png) no-repeat;
	height: 160px;
}