10 lines
151 B
CSS
10 lines
151 B
CSS
|
div#top, div.header, div.contents {
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
width: 960px;
|
||
|
}
|
||
|
|
||
|
.footer {
|
||
|
display: none;
|
||
|
}
|