-1 |
|
html, body {
background-color: #000000;
margin: 0px;
height: 100%;
}
#table {
margin-left: auto;
margin-right: auto;
height: 100%;
}
#head {
background-image: url("images/head.gif");
width: 780px;
height: 169px;
}
#menu {
background-image: url("images/menu.gif");
width: 185px;
height: 109px;
}
#content {
background-image: url("images/content_b.gif");
width: 595px;
height: 100%;
}
#menu_u{
background-image: url("images/menu_u.gif");
width: 185px;
height: 55px;
}
#menu_u2{
background-image: url("images/menu_u2.gif");
width: 185px;
height: 100%;
}
html, body { background-color: #000000; margin: 0px; height: 100%; } #table { margin-left: auto; margin-right: auto; height: 100%; } #head { background-image: url("images/head.gif"); width: 780px; height: 169px; } #menu { background-image: url("images/menu.gif"); width: 185px; height: 109px; } #content { background-image: url("images/content_b.gif"); width: 595px; height: 100%; } #menu_u{ background-image: url("images/menu_u.gif"); width: 185px; height: 55px; } #menu_u2{ background-image: url("images/menu_u2.gif"); width: 185px; height: 100%; }
|