#frontpage {
	position: absolute;
	width: 970px;
	height: 315px;
	background-image: url("/css/themes/bewithme/images/home_bg_intro.jpg");
	top: 60px;
}
#frontpage-left {
	width: 371px;
	float: left;
}
#frontpage #frontpage-left p {
	margin: 0;
}
#frontpage-middle {
	padding: 52px 0 0 0;
	float: left;
	width: 338px;
	text-align: center;
}
#frontpage-middle h1 a{
	font: 36px "Lucida Sans Unicode", sans-serif;
	line-height: 46px;
	color: #fff;
	text-decoration: none;
	display: block;
}
#frontpage-middle p a{
	font: 14px Verdana, sans-serif;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
	display: block;
}
#frontpage-middle p{
	padding-top: 15px;
}
#frontpage-middle h1 a:hover {
	text-decoration: underline;
}
#frontpage-right {
	padding: 76px 40px 0 40px;
	width: 181px;
	background-image: url("/css/themes/bewithme/images/home_bg_login.jpg");
	float: left;
	height: 220px;
}
#frontpage .submit {
	text-align: center;
}
#frontpage .field {
	margin: 0 0 5px 0;
	width: 172px;
}
#frontpage .frontpage-label {
	height: 12px;
	padding-top: 3px;
}
/* Pas de standaard hoogte van de header aan en verwijder achtergrond */
#header {
	height: 55px;
	background: none;
}
#content {
	margin-top: 310px;
}
.login {
	margin-top: 10px;
}