#landing_container {
	width: 950px;
}
#landing_main_bg {
	background-image: url(../images/sce/main_landing_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	float: left;
	width: 950px;
	height: 705px;
}
.float_left {
	float: left;
}
#landing_body_area {
	float: left;
	width: 410px;
	padding-top: 65px;
}
#landing_body_area a{
	color:#FFFFFF;
	text-decoration:none;
}
#landing_body_area a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#landing_bottom {
	float: left;
	width: 950px;
}
#landing_bottomleft {
	float: left;
	width: 386px;
	padding-left: 111px;
	text-align: center;
	color: #862062;
	background-image: url(../images/sce/landing_txt_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.size20_purple {
	font-size: 20px;
	color: #462154;
}
.size17_yellow {
	font-size: 17px;
	color: #FFC62D;
}

