28 lines
337 B
CSS
28 lines
337 B
CSS
body{}
|
|
|
|
#headbanner {
|
|
width: 1200px;
|
|
height: 150px;
|
|
|
|
margin: auto;
|
|
margin-top: 15px;
|
|
margin-bottom: 15px;
|
|
|
|
text-align: center;
|
|
}
|
|
|
|
.head_element {
|
|
//float: left;
|
|
}
|
|
|
|
#content {
|
|
width: 1200px;
|
|
margin: auto;
|
|
}
|
|
|
|
#footer {
|
|
height: 20px;
|
|
bottom: 0;
|
|
text-align: center;
|
|
margin: auto;
|
|
} |