body {
	padding: 0;
	margin: 0;
	background-color: #716659;
	background-repeat: no-repeat;
	text-align: center;
	height: 100%;
	/*  basic font  */	 
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #404040;	 
}

* {    margin: 0; paddin: 0;     }

p {     
       
        font-size: 11px;
        line-height: 19px;
        margin: 0 0 16px 0; 
        color:#ccc; 
}

#container { width: 100%; height: inherit; margin: 23px auto; text-align: left;}
#header { height: 100px; width: 555px; }
#header h1 {color: #fff; font-family: Georgia, "Times New Roman", Times, serif; font-size: 56px; margin: 5px 0 5px 0; }
#menu {height: 32px; padding: 5px;  }
#content {
	width: 77%;
background: #fff; 
padding: 23px;
}
#footer {height: 100px; width: 100%; background: #000;}

#footer p { padding: 23px; }