
#header {
	width: 800px;
	height: 150px;
	margin: 0px auto;
	margin-top: 10px;
	position: relative;
}

 a {
text-decoration:none;
		}

img
{
text-decoration:none;
	border:0px;

}


body {
	margin: 0px auto;
	background:#CCCCCC;
	}




#content {

	background:#FFFFFF;
	width: 800px;
	margin: 0px auto;
	position: relative;
	color: black;
   	font-style: normal;
	font-family: Arial;
	font-size: 14px;
	
	
}


#pie {
	width: 800px;
	height: 50px;
	margin: 0px auto;
	background: url("../images/pie.gif");
	position: relative;
	
	font-family: Arial;
	font-size: 8px;
}




