body {
color : #4b4b4b;
background-color : #000;
max-width : 240px;
margin : auto;
font-size:small;
}
a:active, a:link, a:visited {
color : #055269;
text-decoration : none;
}
a:hover, a:focus {
color : #057497;
}
.header {
background-image : url(images/header.gif);
background-repeat : no-repeat;
height : 21px;
}
.logo {
background-image : url(images/logo.gif);
background-repeat : no-repeat;
height : 31px;
}
.top {
background-image : url(images/top.gif);
background-repeat : no-repeat;
height : 10px;
}
.top_cont {
background-image : url(images/top_cont.gif);
background-repeat : no-repeat;
height : 10px;
}
.cont {
background-image : url(images/cont.gif);
padding-right : 12px;
padding-left : 12px;
}
.bot_cont {
background-image : url(images/bot_cont.gif);
background-repeat : no-repeat;
height : 11px;
}
.bot {
background-image : url(images/bot.gif);
background-repeat : no-repeat;
height : 10px;
}
.footer {
color : #000;
font-size : 14px;
background-image : url(images/footer.gif);
background-repeat : no-repeat;
text-align : center;
height : 19px;
}
