1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
| #page {
text-align: left;
width: 88%;
margin: 20px auto 10px auto;
margin-bottom: 10px;
position: relative;
padding: 0;
height: 95%;
}
#banner {
margin: 0px;
padding: 0px;
height: 100px;
border-bottom: 1px solid #CFCFCF;
clear: none;
}
#banner img {
margin: 2px 0 0 15px;
border: none;
vertical-align: top;
float: left;
}
#menutop {
position: relative;
padding: 20px 0px 0px 0px;
height: 35px;
margin: 0 10px 1em 15px;
clear: none;
background: transparent;
}
#footer {
text-align: center;
padding: 0.5em;
clear: both;
border: none;
} |