@charset "utf-8";
/* CSS Document */
html {
	height: 100%
}
body {
	background: url("img/bg.gif") repeat;
	color: grey ;	
	height: 100%;
	
}
.center_item {
	text-align: center;
}
.classroom{
	float: right;
	margin-left: 5px;
}
.form {
	margin-left: 15%;
}
.logo{
	width: 40%;
}
.class-list{
	margin-bottom: 22px;
}
.lecture-list{
	min-height: 30px;
	margin-bottom: 12px;
	
}