
  html,body{
  	margin: 0;
  	padding: 0;
  	
  }

  body{
  	font: 76% arial,sans-serif;
  	text-align:center;
  }

  p{
  	margin:0 10px 10px;
  }

  a{
  	display:block;
  	color: #981793;
  	padding:10px;
  }

  div#page{
  	background: #ffffff;
  	text-align:centre;
  	width:756px;
  	margin:0 auto;
	border: 3px solid Black;
  }

  div#header h1{
  	float:left;
  	width:750px;
  	height:320px;
  	margin:0;
  	color: #79B30B;
  }

  div#wrapper {
  	width:750px;
  }
  
  div#menu {
  	width: 750px;
	height: 60px;
	clear: left;
	float: left;
	text-align:left;
	background: #ffffff;
  }

  div#content{
  	float:left;
  	width:750px;
	background: #ffffff;	
	text-align: left;
  }

  div#footer{
  	float:left;
  	background: #ffffff;
  	color: #FFF;
  	clear:both;
  	width:750px;
	
  }