html, body   { background: #f7f1e2; height: 100%; margin: 0; padding: 0; color: #5b481b; text-align: center; }
#bigwrapper {background:none; height: 100%; overflow: hidden; position: relative; width: 100%; border:none; padding:0;}
#bigwrapper[id] {display: table; position: static;}
		
#wrapper {background:none; position: absolute; top: 50%; width: 100%; text-align: center;} /* for explorer only*/
#wrapper[id] {display: table-cell; vertical-align: middle; position: static; background:none;}
		
#wrap {background: none; padding: 0;}
	
#content{padding:25px 0px 150px 0px;}
	
#inner {position: relative; #top: 50px; text-align: left;} /* for explorer only */
#inner {width: 980px; margin-left: auto; margin-right: auto; padding:4px; border: 0px solid #fff;} /* for all browsers*/
		
#footer{background:none; color:#5b481b;border:none; padding-top:40px;}
#footer a:link, #footer a:visited { color:#5b481b; text-decoration:none;}
#footer a:hover {color:#0b579; text-decoration:underline;}

/* optional: #inner[id] {position: static;} */

.postcontent {background:none; padding:20px 0px 150px 0px; margin:0;}
/*.postcontent {display: block; height: 700px;}*/

li {
line-height:150%;
}

a:link {color:#5b481b; text-decoration:none;}
a:visited {color:#5b481b; text-decoration:none;}
a:hover {color:#b0b579; text-decoration:none;}