/*
      Created by Willem Mandigers
	  	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Verdana;
 font-size: 13px;
 background: #000000;
 height: 100%;
}

p {
 padding: 10px;
}

#wrapper { 
 margin: 0 auto;
 width: 750px;
}

#content { 
 float: left;
 color: #fff;
 background: #000000;
 height: 100%;
 width: 750px;
 display: inline;
 border-bottom: 1px dotted;
 border-color: #333;
}

#header {
 text-align: center;
 color: #fff;
 width: 750px;
 float: left;
 height: 175px;
 background: #000;
 border-bottom: 1px dotted;
 border-color: #333;
}

#footer { 
 width: 750px;
 height: 20px;
 clear: both;
 color: #333;
 background: #000000;
 text-align: center;
}

a:link {
  font-family: Verdana;
	font-size: 13px;
	text-decoration: none;
  color: #FFFFFF
  }
  
a:visited {
  font-family: Verdana;
	font-size: 13px;
	text-decoration: none;
  color: #FFFFFF
  }
  
a:hover {
  font-family: Verdana;
	font-size: 13px;
	text-decoration: none;
  color: #0099FF
  }
  
a:active {
  font-family: Verdana;
	font-size: 13px;
	text-decoration: none;
  color: #FFFFFF
  }
