body {
	margin-top: 0px;
	background-color: #000000;
}

#centerPage {
	width: 100%;
	text-align: center;
}

#impulseEvents{
	width: 165px;
	display: block;
	background: url('../images/portal/impulseEvents.png') -0px -38px no-repeat;
	position: absolute;
	left: 55px;
	height: 528px;
}

#impulseEvents:hover {
	background: url('../images/portal/impulseEvents.png') no-repeat;
}

#impulsePromotie{
	width: 165px;
	display: block;
	background: url('../images/portal/impulsePromotie.png') -0px -38px no-repeat;
	position: absolute;
	left: 615px;
	height: 528px;
}

#impulsePromotie:hover {
	background: url('../images/portal/impulsePromotie.png') no-repeat;
}

#impulseSpecials {
	width: 165px;
	display: block;
	background: url('../images/portal/impulseSpecials.png') -0px -38px no-repeat;
	position: absolute;
	left: 428px;
	height: 528px;
}

#impulseSpecials:hover {
	background: url('../images/portal/impulseSpecials.png') no-repeat;
}

#impulseVerhuur{
	width: 165px;
	display: block;
	background: url('../images/portal/impulseVerhuur.png') -0px -38px no-repeat;
	position: absolute;
	left: 242px;
	height: 528px;
}

#impulseVerhuur:hover {
	background: url('../images/portal/impulseVerhuur.png') no-repeat;
}

#impulseWebshop {
	width: 165px;
	display: block;
	background: url('../images/portal/impulseWebshop.png') -0px -38px no-repeat;
	position: absolute;
	left: 802px;
	height: 528px;
}

#impulseWebshop:hover {
	background: url('../images/portal/impulseWebshop.png') no-repeat;
}

#portaal {
	margin-left: auto;
	margin-right: auto;
	width: 1023px;
	background-image: url('../images/portal/achtergrond.jpg');
	position: relative;
	height: 745px;
}

#portaaltext {
    width: 304px;
    height: 100px;
    position: absolute;
    margin: 550px 144px;
    z-index: 99;
    left: 50%;
    font-size: 12px;
    font-family: arial;
    text-align: left;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
}
#portaaltext b {
    clear: both;
    display: block;
    margin-bottom: 2px;
}
.portalevents {
    background-image: url('../images/portal_text_events.png');
    background-repeat: no-repeat;
}
.portalspecials {
    background-image: url('../images/portal_text_specials.png');
    background-repeat: no-repeat;
}
.portalpromotie {
    background-image: url('../images/portal_text_promotie.png');
    background-repeat: no-repeat;
}
.portalverhuur {
    background-image: url('../images/portal_text_verhuur.png');
    background-repeat: no-repeat;
}
.portalwebshop {
    background-image: url('../images/portal_text_webshop.png');
    background-repeat: no-repeat;
}
