@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #000;
}
	
#site_container {
	padding:0;
	width: 1024px;
	hight: 768px;
	margin: 0 auto;
}
	
#background {
	width:1024px;
	height:768px;
	padding:0;
	margin:0;
	overflow:hidden;
}

.vid_container {
	position:absolute;
}

.spacerVid {
	width:512;
	height:288;
}

#Animatie {
	color: #FFFFFF;
}

#Animatie a, #Animatie a:link, #Animatie a:active, #Animatie a:hover, #Animatie a:visited {
	color: #0000FF;
	text-decoration: underline;
}

#Animatie a:hover {
	border-bottom: 1px solid #0000FF;
}
