/* CSS Document */
.banner{
	height: 160px;
	width: 741px;
	margin-left: -1px;
}
.content{
	position: relative;
	height: 256px;
	background-image: url('/_images/home/main_bg.jpg');
	padding: 50px 30px 30px 30px;
	
}
.content .homepage{
	width: 395px;
}
.content .homepage ul{
	margin-left: 60px;
	margin-top: 10px;
}
.footer{
	width: 741px;
	height: 40px;
	background-image: url('/_images/home/foot.jpg');
}