@charset "utf-8";

/* CSS Document */

/*-------------------------------------------------------

index.css

-------------------------------------------------------*/
#indexListArea {
    background: url(/e-learning/index_img/list_bg.gif) repeat-y 0px 0px;
}

ul#indexList {
    list-style-type: none;
	width: 1024px;
}

ul#indexList li {
    float: left;
	width: 310px;
}

.top{
	float:left;
	width:1050px;
}

#leftPic{
	float:left;
	width:667px;
}

#rightPic {
	float:left;
	width:357px;
}


.centerArea {
    margin: 0px 47px;
}

.startBtn {
	width: 310px;
    float: left;
}

.startBtn2 {
	width: 660px;
	margin:-35px 0 0 0;
	padding:0 0 0 364px;
	text-align:right;

    
}

* html .startBtn2 {
	width:1024px;
}