/* 
      Created by Dizi at Web Design Pond
	  
	  E-Mail: dizi@webdesignpond.co.uk
	  
	  You are free to use this template however you want
	  if you wish to say thanks the best way would be a link 
	  back to webdesignpond.co.uk :)
 */
 
 html, body {
   height:100%;
   margin:0;
   padding:0;
}

body {
   	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight: bold;
}

#vertical { 
   height:50%;
   width:1px;
   margin-bottom:-150px; /* half the wrappers height */
   float:left;
}
#wrapper {
   position:relative;
   height:300px;
   width:100%;
   clear:left;
   background-color: #00afdc;
   padding-left:10px;
}
