/* CSS */

body{
	margin: 0;
	padding: 0;
	background: #fff;
}
.container{
	width: 940px;
	margin: 0 auto;
}
.top{

	height: 311px;
}
.logo{
	background: url(../images/top.png) no-repeat;
	height: 311px;
}
.content{
	background: url(../images/content.png) repeat-y;
}
.content-desc{
	padding: 1px 90px;
}
.bottom{

	height: 183px;
}
.bottom-logo{
	background: url(../images/bottom.png) no-repeat;
	height: 183px;
}