body,html{
	margin:0;
	padding:0;
	width: 100%;
}

body {background: #ccc url(img/verloop.jpg) repeat-x 0 0;}

div.content {
	background-image:url(img/homepage.jpg); 
	background-repeat: no-repeat;
	background-position:center top;
	border: 1px;
	height: 1330px;
	margin: 0px auto;
	width:100%;
}
div.container
{
    height:100%;
    position: absolute;
    top: 0px;
    width:100%;
}
div.layer {
    filter: alpha(opacity=40); 
    opacity: 0.4;
    background-color: #008fc2;
	height: 1330px;
	margin: 0px auto;
    position: absolute;
    top: 0px;
	width:100%;
}
div.message
{
    background-color: #F3C20E;
    border: double 3px #000;
    float:none;
    font-family: Arial;
    font-size: 16px;
	margin: 0px auto;
	padding: 15px 0 0 0;
	position:relative;
    text-align:center;
	top: 40%;
	width: 300px;
}
div.note
{
    background-color: #AD883B;
    font-size: 12px;
	padding: 5px 0 5px 0;
}
div.note a
{
    color: #FFFFFF;
}