@charset "UTF-8";
/* CSS Document */
html { 
	width: 100%; 
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px; 
}
body {
	margin: 0px;
	background: url(../img/bg.png); 
	background-repeat: repeat-x; 
	background-color: #8A191B;
	font-family: Verdana, Century Gothic, Arial;
	font-size: 12px;
	color: #FFFFFF; 
}
#container {
	position: fixed;
	margin: 0px;
	width: 800px;
	height:600px;
}
#intro {
	margin: 0px;
	width: 800px;
	height: 600px;
	background: url(../img/intro.png) no-repeat;
	z-index: 1;
}
#taal {
	position:absolute;
	top: 455px;
	left: 500px;
}
a { 
	text-decoration: none;
	color:#FFFFFF; 
}
a:hover { 
	text-decoration: underline;
	color:#FFFFFF;
}	
		
	
