/* CSS Document */

/* Body rules */

body { 
	margin: 20px 0;
	padding: 0;
	border: 0;	
	text-align: center;
	color: #fff;
	background: #e8e8e8;  
	font: 11px/14px verdana, arial, helvetica, sans-serif;
	vertical-align: bottom;
	}
	
/* Header divisions */

#header {
	margin-bottom: 10px;
	padding: 0;
	position: relative;
	width: 702px;
	height: 438px; 
	text-align: left;
	color: #fff;
	background: url("../images/bk.gif") repeat-x;  
	}
	
* html #header {
	height: 438px;
	}	
	
