.msg { margin: 1em 0; text-align: center; font-size: 11px; }
.msg a { text-decoration: underline; }
.msg strong { color: red; font-weight: bold; }

html{
height: 100%;	
}
body{
height: 100%;	
margin:0;
padding:0;
background-image:url(../images/bg-patroon.gif);
}
#flash{
height:100%;
text-align:center;

}
#flash p{
padding-top:30px;
text-align:center;
}
#flash img{
text-align:center;
}
#container{
	 width: 1000px;
    height: 650px;
	 margin:-325px 0 0 -500px;

	 position:absolute;
    top:50%;
    left:50%;
}
