/* ====================================================
	Title:		Screen Style Sheet - Campina koeienvla
	Author:		Harm Wimmenhove
	Site:		http://www.siyou.nl
	Date:		2008.04.15
==================================================== */

/* global elements */
*{
	margin: 0;
	padding: 0;
}

html { 	
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	height: 100%; 
	overflow: hidden;
	background: #ededed;
}

body {
	font-size: 62.5%;
}

a img, img { border: 0;}
a:focus { outline-width: 0; }


#horizon {
         text-align: center;
		 position: absolute;
		 top: 50%; left: 0;
		 width: 100%;
}
#container {
	/*
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 600px;
	text-align: left;
	font-size: 1.3em;
	line-height: 1.35em;
	font-weight: bold;
	*/
	text-align: left; 
	margin: 0 0 0 -500px;
	position: absolute; 
	top:-300px; 
	left: 	50%; 
	width: 1000px; 
	height: 600px;
		background: #fff;
}
/* noflash */
	#container .noflash {
		position: absolute;
		left: 355px;
		top: 5px;
		text-align: center;
		width: 280px;
		height: 83px;
	}
	.noflash a {
		text-decoration: none;
		color: #000;
	}
	
	.clear {clear: both;}
	.col {margin-top: 60px; float: left; width: 450px; padding: 20px; color: gray;}
