* {
	border: 0;
}

img {
	vertical-align: middle;
}

body {
	background-color: #ffffff/* #e6e6e6 */;
	text-align: center;
	font-family: "Lucida Sans", "Lucida Grande", Arial, sans-serif;
}

div#main {
	margin: auto;
	padding-top: 20px;
	background-color: #ffffff;
	text-align: center;
	margin-top: 100px;
	width: 600px;
}

	div#text{
		height: 50px;
		margin-top: 40px;
		font-size: 30px;
	}

	div#choose_section {
		height: 90px;
	}

		div#choose_section a {
			display: block;
			color: #ffffff;
			text-decoration: none;
			font-size: 60px;
			height: 80px;
			padding-top: 10px;
			/*padding: 10px auto 10px auto;*/
		}
		
		div#choose_section a:hover {
			background-color: #FFFFFF/* #e6e6e6 */;
			color: #008BBD;
		}
	
		div#student {
			float: left;
			width: 297px;
			height: 90px;
			background-color: #1a171b;
		}
	
		div#foretag {
			float: right;
			width: 297px;
			height: 90px;
			background-color: #1a171b;
		}

div#partners {
	position: absolute;
	top: 480px;
	left: 50%;
	margin-left: -220px;
}
	
	img#eon {
		margin-left: 40px;
	}
/* Banner styles */
#banner {
	left: 0px;
	top: 0px;
	width:306px;
	height: 249px;
	background: url('../../images/backgrounds/topleft.png') no-repeat bottom right;
	position: absolute;
	z-index: 20;
}