@charset "utf-8";
/* CSS Document */

html, body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

p {
	margin: 0;
	padding: 0;	
	}

body
{
	background-color: #C00;
	background-image: url(../images/splash_bg_repeat.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

img { border: 0px; }

h1
{
	padding: 0;
	margin: 0;
}

#wrapper
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -215px;
	min-width: 800px;
	
	background-color: #C00;
	background-image: url(../images/splash_bg_repeat.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

#splashContent
{
	position: relative;
	
	margin-left: auto;
	margin-right: auto;
	
	width: 720px;
}

#splashContent h1
{
	position: absolute;
	
	top: 157px;
	left: 0px;
	
	background-image: url(../images/splash_logo.jpg);
	background-repeat: no-repeat;
	
	width: 142px;
	height: 118px;
	
	text-indent: -2000px;
	outline: none;
}

#splashContent a
{
	position: absolute;
	
	top: 167px;
	left: 675px;
	
	background-image: url(../images/splash_button_out.jpg);
	background-repeat: no-repeat;
	
	width: 169px;
	height: 96px;
	
	text-indent: -2000px;
	outline: none;
}

#splashContent a:hover
{
	background-image: url(../images/splash_button_over.jpg);
}

#advertentie
{
	/*margin-left: auto;
	margin-right: auto;*/
	margin-left:160px;
	
	/*width: 630px;*/
	width:500px;
	height: 430px;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	color: #FFF;
	
	text-align: right;
}

#advertentie img
{	
	border: 1px solid #CCCCCC;
}
