25 lines
334 B
CSS

body{}
#headbanner {
height: 22%;
width: 50%;
margin: auto;
margin-top: 15px;
margin-bottom: 15px;
}
#content {
margin-bottom: 10px;
}
#footer {
position: absolute;
height: 20px;
bottom: 0px;
left: 0;
right: 0;
text-align: center;
width: 100%;
background: whitesmoke;
}