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

H1{
	color: #ff6600;
	font-family: verdana, serif, times;
	font-size: 15px;
	font-weight: 100;
	line-height: 15pt;
	margin-top: 0px;
}

H2{
	color: #000000;
	font-family: verdana, serif, times;
	font-size: 11px;
	font-weight:100;
	font-style: normal;
	line-height: 11pt;
	text-align: left;
}



#container{
   position: absolute;
   width: 400px; /* Breedte van je (flash)object */
   margin-left: -200px; /* helft van de breedte (negatief) */
   height: 250px; /* Hoogte van je (flash)object */
   margin-top: -125px; /* helft van de hoogte (negatief) */
   top: 50%;
   left: 50%;
   background-image: url(images/splashpage/bg_intro.png);
}

#flash_btn{
	position: absolute;
	width: 400px;
	height: 21px;
	left: 0px;
	top: 155px;
}

#html_btn{
	position: absolute;
	width: 400px;
	height: 22px;
	left: 0px;
	top: 176px;
}