* {
	margin: 0px;
	padding: 0px;
}

#body {
	margin: 0px auto;
}

h1 {
	text-align: center;
}

table {
	margin: 0px auto;
}

#wrapper {
	width: 1100px;
	margin: 0px auto;
	
	text-align: center;
}

#header {
	width: 1030px;
	height: 280px;
	font-size: 0px;
	background-image: url(EyeCatch02.jpg);
}

#main{
	width: 950px;
	padding-left: 50px;
}

.student_description {
	margin-top: 50px;
}

.student_description ul{
	width: 1000px;
	font-size: 25px;
}

.student_description li{
	
	float: left;
	list-style-type: none;
	
	margin-right: 50px;
}

.report {
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: left;
}

#univ_list table {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#footer{
	width: 1000px;
	height: 60px;
	
	padding-top: 40px;
	margin-top: 50px;
	
	background-color: #555555;
	color: #ffffff;
	text-align: center;
}

#footer a{
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover{
	color: #ff0000;
}
