﻿body
{
    margin: 0;
    padding: 0;
    font-family: Verdana;
    font-size: 10pt;
    background: url(bg.gif);
    color: #1a1a1a;
}
img 
{
    border: 0;
}
#main 
{
    margin: 0 auto;
    width: 1004px;
    padding-top: 10px;
}
/* up */
#up 
{
    background: url(up_bg.gif);
    width: 1004;
    height: 154px;
}
#logo 
{
    position: absolute;
    margin: 9px 0 0 17px;
}
#menu_up 
{
    position: absolute;
    margin: 111px 0 0 700px;
    width: 302px;
}
#dom_bg 
{
    position: absolute;
    margin: 98px 0 0 635px;
}
/* CONTENT */
#content 
{
    height: 500px;
    background: url(content_text.gif);
}
#content_bg 
{
    background: url(content_bg.gif);
    width: 1000px;
    height: 500px;
    margin-left: 2px;
}
#content_text 
{
    padding: 10px;
}
/* FOOT */
#foot 
{
    clear: both;
    position: absolute;
    background: url(foot.gif);
    width: 1004px;
    height: 153px;
}
#foot_text 
{
    text-align: center;
    color: #fff2b2;
    margin-top: 20px;
}
#count 
{
    margin-top: 30px;
    
}
/* LINK */
a:link,a:visited 
{
    color: #ffe900;
    font-weight: bold;
    text-decoration: none;
}
a:hover 
{
    text-decoration: underline;
}
/* MENU */
a.key1:link,a.key1:visited 
{
    background: url(key1_0.gif);
    display: block;
    width: 151px;
    height: 42px;
    float: left;
}
a.key1:hover 
{
    background: url(key1_1.gif);
}
a.key2:link,a.key2:visited 
{
    background: url(key2_0.gif);
    display: block;
    width: 151px;
    height: 42px;
    float: left;
}
a.key2:hover 
{
    background: url(key2_1.gif);
}
a.dom:link,a.dom:visited 
{
    background: url(dom0.gif);
    display: block;
    width: 64px;
    height: 55px;
    float: left;
}
a.dom:hover 
{
    background: url(dom1.gif);
}
