.registerBoxes, .tourBoxes {
	position: relative;
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	overflow: hidden;
}

.registerBoxes {
    margin-top: 10px;
}

.registerBoxes a, .registerBoxes a span {
	width: 363px;
	height: 356px;
}

.tourBoxes a, .tourBoxes a span {
    width: 364px;
    height: 77px;
}

.registerBoxes a, .tourBoxes a {
	position: relative;
}

.registerBoxes a span, .tourBoxes a span {
	position: absolute;
	top: 0px;
	left: 0px;
}

.registerBoxes a.student, .tourBoxes a.student {
	float: right;
}

.registerBoxes a.employer, .tourBoxes a.employer {
	float: left;
}

.registerBoxes a.student span {
	background: url("../img/student_register.png") 0px 0px;
}

.registerBoxes a.employer span {
	background: url("../img/employer_register.png") 0px 0px;
}

.registerBoxes a:hover span {
	background-position: -363px 0px;
}

.tourBoxes a.student span, .tourBoxes a.employer span {
    background: url("../img/button/btn_video_tour.png") 0px 0px;
}

.tourBoxes a:hover span {
    background-position: 0px -77px;
}

.registerBoxes .bee {
	position: absolute;
	z-index: 1000;
	top: 115px;
	left: 335px;
	background: url("../img/bee.png") no-repeat;
	width: 150px;
	height: 124px;
}

#content ul {
	margin-left: 40px;
	margin-top: 20px;
}

ul li {
	height: 20px;
}