body {
	margin:0;
	padding:0;
	height:100%;
}

.container {
	width:100%;
	height:100%;
	position:relative;
}

#whiteLine {
	width:100%;
	height:150px;
	background:#fff;
	border-top:2px solid #e7bf7a;
	border-bottom:2px solid #e7bf7a;
	position:absolute;
	top:200px;
/*	margin-top:500px;
	margin-bottom:auto;*/
}

.logo {
	background:url(../img/logo.jpg) no-repeat;
	width:400px;
	height:200px;
	margin:0 auto;
	position:relative;
}

.links {
	text-align:center;
	padding-top:120px;
}

.links a {
	text-decoration:none;
	color:#2483bd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.links a:hover {
	color:#0066FF;
}
