body
{
	margin: 0; 
	background: url("../img/background.jpg"); 
	background-position: top center;
	background-repeat: no-repeat;
	overflow:			auto;
}

a
{
	text-decoration: none;
	color: #000000;
}

.menu
{
	color: #FFFFFF;
	font-family: Verdana; 
	font-size: 8pt;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 11px;
	padding-right: 12px;
}

.menu:hover
{
	background-color: #6d1176;
	cursor: pointer;

}

.alerts{
/* positie */
	position:	absolute;
	top:		500px;
	left:		0px;
	z-index:	500;
/* display */	
	width:		135px;
	height:		75px;
	display:	block;
	background:	yellow;
/* inhoud */
	font-size: 15px;
	color: 		red;
	}
	
.sponsors{
/* positie */
	position:	absolute;
	top:		145px;
	left:		805px;
/* display */	
	width:		150px;
	height:		300px;
	min-height:	300px;
	display:	block;
/* inhoud */
	font-size: 	15px;
	color: 		black;
	}

