@charset "utf-8";
#header {

background: #999; /* for non-css3 browsers */

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#00aded'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#00aded)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #ccc,  #00aded); /* for firefox 3.6+ */
height:240px;
width:540px;
position:absolute;
left:30%;
vertical-align:central;
text-align:center;
padding:10;
border:thin;
border:#333;
}

body{
	text-align:center;
	
	font-family:Verdana, Geneva, sans-serif;
	}
	
