body{
font-family:Arial;
}


/* a:link {color:#B3D711;}       /* unvisited link */
/* a:visited {color:#B3D711;}  /* visited link */
/* a:hover {color:#FF7200;}  /* mouse over link */
/* a:active {color:#B3D711;}  /* selected link */

#header{
	margin: 0 auto;
	width: 90%;
	text-align: center;
height: 200px; 
}

#wrapper{
	margin: 0 auto;
	width: 500px;
	text-align: justify;
}

#footer{
	margin: 0 auto;
	width: 90%;
	text-align: center;
}

#footer p{
	font-weight: bold;
	font-size: 12px;
}