body {
                 background-color: #000000;
                 background-image:  url(style/bg.jpg);
                 background-repeat: no-repeat;
                 background-position: center;
                 color: #000000;
                 font-family: Arial, Verdana, sans-serif;
}
#container{
                 margin-left: auto;
                 margin-right: auto;
                 width: 900px;
                 background-color: #ffffff;
                 color: #ffffff;
                 border: 2px double #000000;
}
#topbox {
        min-width: 700px;
        min-height: 165px;
	background-image: url(style/top.jpg);
        background-repeat: no-repeat;
        background-position: center;
}
.leftTopBox {
        min-width: 192px;
        min-height: 214px;
	background-image: url(style/left_top.jpg);
        background-repeat: no-repeat;
        background-position: top left;
        margin-left: 100px;
}
.rightTopBox {
        min-width: 185px;
        min-height: 214px;
	background-image: url(style/Right_Top.jpg);
        background-repeat: no-repeat;
        background-position: top right;
        margin-right: 100px;
}
.divBox {
        min-width: 700px;
        min-height: 172px;
	background-image: url(style/Divider.jpg);
        background-repeat: no-repeat;
        background-position: top center;
}

#footer{
                 background-color: #cccccc;
                 color: #000000;
                 font-size: .60em;
                 font-style: italic;
                 text-align: center;
                 border-top: 2px double #000000;
}