   html, body {
     	height: 100%;
   }
   
   body {
   	background-color: #A00000;
   	background-image: url('./gradient.png');
   	background-repeat: repeat-x;
   }

   body, h1, h2 {
   	margin: 0;
   	padding: 0;
   }
   
   body, td {
   	font-family: Verdana, Arial, sans-serif;
   	font-size: 12px;
   	color: black;
   }
   
   #distance {
  	width: 1px;
	height: 50%;
	margin-bottom: -280px; 
  	float: left;
   }

   
   #container {
   	width: 650px;
   	position: relative;
   	margin: 0 auto;
   	clear: left;
   }
   
   
   h1, h2 {
   	display: none;
   }
   
   #headerImage {
   	margin: 0 auto;
   	display: block;
	height: 120px;
   }
   
   #story {
   	width: 400px;
   	height: 150px;
   	margin: 30px auto 20px auto;
   	border: 1px solid black;
   	overflow: auto;
   	background-image: url('./gradient-full.png');
	background-position: bottom;
   	background-color: #F4F7FA;
   }
   
   #story p {
   	margin: 10px;
   	text-align: justify;
   }
   
   #scrollbar {
   	position: relative;
   	z-index: 10;
   	height: 220px;
   	overflow: hidden;
	z-index: 10;
   }
   
   #scrollbarcontent {
   	position: absolute;
   	left: 0px;
   	z-index: 9;
   	width: 1330px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 9;
   }
   
   #scrollbar li {
   	width: 200px;
   	background-color: #F4F7FA;
   	background-image: url('./gradient-full.png');
	background-position: top;
   	height: 200px;
   	float: left;
   	margin: 5px;
	padding: 0px;
   	border: 1px solid black;
   }
   
   #scrollbar em {
   	display: block;
   	text-align: center;
	font-style: normal;
	font-weight: bold;
   }
   
   #scrollbar p {
   	margin: 5px;
   	text-align: justify;
   }
   
   
   /* should've just li > a, or #scrollbar a[id].. but yeah.. */
   .site {
   	display: block;
   	border: 1px solid black;
   	width: 160px;
   	height: 90px;
   	margin: 10px 20px;
   	background-image: url('./sites.png');
   }
   
   .site:hover {
   	border-color: #A00000;
   }
   
   
   #site_solve {
   	background-position: 0px 0px;
   }  
   
   #site_pi {
   	background-position: 0px 500px;
   }
   
   #site_random {
   	background-position: 0px 400px;
   }
  
   #site_grart {
   	background-position: 0px 300px;
   }
   
   #site_arjan {
   	background-position: 0px 200px;
   }
   
   #site_aanbieding {
   	background-position: 0px 100px;
   }
   
   
   #scrollbar em a, #scrollbar em a:link, #scrollbar em a:visited, #scrollbar em a:hover {
   	font-size: 20px;
   	text-decoration: none;
   	border-bottom: 2px dotted black;
   	color: black;
   }
   
   #scrollbar em a:hover {
   	border: none;
   }
   
   #copyright {
   	text-align: center;
   	font-size: 10px;
	color: #F4F7FA;
   }