/* 
      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 :)
 */

* {
	margin:0
}
html, body {
	height:100%
}
body {
	text-align:center;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	background-color: #D9FFFF;
}
#wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin: 0 auto -100px;
	width:960px;
}
#footer, #push {
	height:100px;
}
#footer {
	background-color:#009BC1;
	width:960px;
	margin:0 auto;
	color:#ffffff;
}

