

body {
      margin:0;
      margin-top:10px;
	padding: 0;
	background: #fff;
	font-family: georgia;
	font-size: 12px;
	color: #8A8A8A;
       
}


#wrapper {
 width:900px;
 height:auto;
 margin-left:auto;
 margin-right:auto;
}

#logo {
      text-align:center;
      width:auto;
      height: 400px;
     }

#content p {
      text-align:center;
      width:auto;
      height:50px;
      color:#000;
}


/* Footer */

#footer {
	width: 920px;
	height: 50px;
      margin-top: 50px;
    }

#footer p {
	margin-top:5px;
	text-align: center;
	line-height: normal;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a
{
 color:#ccc;
}

