digitaldoodlebug
2011-03-17 11:19:58 UTC
http://summerfieldsoaps.com/
Css: * { margin: 0; padding: 0; }
html, body { height: 100%; background-color: #D7D7D7; }
#wrap { height: 100%; width:100%; }
body > #wrap { height: auto; min-height: 100%; text-align:center; }
#content { background:url('background.jpg'); background-repeat:no-repeat; background-position: top center;
width: 1000px; background-color: #ECE9E0; min-height: 100%; margin:0px auto; text-align:left; }
#main { position: static; width:100%; height:100%; min-height:850px; }
#left { position: relative; width: 250px; min-height:250px;
float:left;
top: 326px;
left: 25px; font-size: 12px;
}
#right { float:right; padding-top:325px; width: 70%; padding-right:10px; overflow:auto; }
#footer, .push {height: 3em; clear: both; }
#footer {position: relative;
z-index: 10;
line-height: 3em;
margin-top: -3em;
clear:both; width:100%;
font-size: 14px;
text-align:center
}
html simplified:
Categories
%CONTENT%