html {
overflow:scroll;
margin:0;
padding:0;
}

body {
margin:0;
padding:0;
background:#7c7c7c url('../img/bg.jpg') top left repeat-x;
text-align:center;
}

div#layout-align {
margin:0 auto;
margin-top:20px;
width:100%;
max-width:900px;
min-width:770px;
}

div#layout-main {
text-align:left;
}

div#layout-top  {
height:143px;
clear:both;
}

div#layout-top div#menu-bar-displace {
margin:0 72px 0 72px;
height:75px;
line-height:75px;
}

div#layout-mid {
margin-top:15px;
}

div#layout-left {
width:335px;
float:left;
margin-bottom:20px;
}

* html div#layout-left {
margin-right:-3px;
}

div#layout-center {
margin-left:335px;
}

div#layout-bottom  {
height:30px;
clear:both;
}

.clearfix:after {
content: "."; 
display: block;
height: 0px;
clear: both; 
visibility: hidden;
}

.heightfix:before {
content:'.';
display:block;
visibility:hidden;
height:0;
}

