UA95, Вроде
так... (+/-)
<!DOCTYPE html>
<html>
<head>
<title>JohnCMS</title>
<style>
body {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-variant: inherit;
font-style: inherit;
font-size: inherit;
font-family: inherit;
vertical-align: baseline;
}
#wrapper {
padding: 0;
width: 80%;
max-width: 1300px;
border: 1px solid #888888;
box-shadow: 0 1px 10px #494949;
margin: 76px auto auto;
background: #f8f8f8;
}
header {
height: 78px;
position: fixed;
z-index: 9999;
top: 0;
left: 0;
width: 100%;
background: rgba(255, 255, 255, 0.9);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
#logo {
background: url("http://johncms.com/theme/oz/images/logo.gif") no-repeat;
display: block;
height: 26px;
position: relative;
top: -8px;
right: -50px;
}
#slogan {
position: relative;
top: -21px;
left: 150px;
font-size: 14px;
color: #d54e21;
}
.menu li {
display: inline-block;
padding: 5px 0;
margin-left: 5px;
}
.container {
margin: 0 auto;
padding: 0;
width: 100%;
overflow: hidden;
}
.colum_right {
background: #aFF455;
width: 30%;
height: 200px;
float: right;
}
.colum_center {
background: #ff1111;
float: left;
width: 40%;
height: 200px;
}
.colum_left {
float: left;
width: 30%;
height: 200px;
background-color: #ff0;
}
footer {
left: 0;
width: 100%;
background: rgba(0, 0, 0, 0.5);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
height: 100px;
}
</style>
</head>
<body>
<div id="wrapper">
<header id="header" class="group">header
<div id="logo"></div>
<div id="slogan">
<h3>JohnCMS 5.1.0 Бесплатная, с открытым исходным кодом</h3>
</div>
</header>
<nav id="nav">
<ul class="menu">
<li><a href="#">nav</a>
</li>
<li>
<a href="#">nav</a>
</li>
</ul>
</nav>
<div class="container">
<div class="colum_left">colum_left</div>
<div class="colum_center">colum_center</div>
<div class="colum_right">colum_right</div>
</div>
<footer>footer
</footer>
</div>
</body>
</html>