.main{
	width: 960px;
	margin: 0 auto;
}

.scroll{
	position: relative;
	top:10px;
}

#scroll2{
	position: absolute;
    top: 5px;
    color: #fff;
    width: 850px;
    left: 100px;
}

.content{
	width: 940px;
	height: 990px;
	margin: 20px 0px 0px 18px;
}

.c_up{
	width: 100%;
	height: 420px;
}

.c_up .c_up_left{
	width: 600px;
	height: 420px;
	background-color: aliceblue;
	float: left;
}

.c_up .c_up_right{
	width: 320px;
	height: 420px;
	background-color: antiquewhite;
	float: left;
	margin-left: 5px;
}

.c_down{
	width: 100%;
	height: 540px;
	margin-top: 3px;
}

.c_down .c_down_left{
	width: 600px;
	height: 540px;
	background-color: aquamarine;
	float: left;
	margin-top: 10px;
	background-image: url(../imgs/pink.jpg);
	text-align: left;
}

.c_down .c_down_left p{ 
	margin: 80px 20px 20px 20px;
	font-size: 18px;
}

.c_down .c_down_right_up,.c_down_right_down{
	margin-left: 5px;
}

.c_down .c_down_right_up{
	width: 320px;
	height: 260px;
	background-color: cornflowerblue;
	float: left;
	margin-top: 10px;
}

.c_down .c_down_right_down{
	width: 320px;
	height: 260px;
	background-color: aliceblue;
	float: left;
	margin-top:20px ;
}