Header
Text
body {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color:#333
}
p {
padding: 10px;
}
- wrapper {
margin: 0 auto; width: 1000px;
}
- header {
float: left; height: 75px; width: 1000px; background: #FF6633;
}
- navigation {
float: left; height: 40px; width: 1000px; background: #FFCC33;
}
- content {
float: left; background: #FFFFFF; width: 1000;
}
- footer {
height: 40px; width: 1000px; background: #33FF66; clear: both;
}