body
{
background: url(gfx/bkgnd.jpg) top left repeat-x;
background-color: #000;

text-align: center;
padding: 0;
margin: 0;

font-family: Tahoma, sans-serif;
color: #fff;
}

img
{
border: 0;
}

#content
{
position: relative;
margin: 0 auto;

width: 800px;
}

#textbox
{
position: absolute;
top: 80px;
left: 0px;

background: url(gfx/main.jpg) top left no-repeat;

width: 100%;
height: 300px;
}

#text
{
position: absolute;
top: 60px;
left: 360px;

font-size: 13px;
text-align: justify;

width: 500px;
height: 250px;
}

#text a,
#text a:visited
{
text-decoration: underline;
color: #fff;
}

#text a:hover
{
text-decoration: underline;
color: #ddd;
}

.lead
{
font-family: Tahoma, sans-serif;
font-size: 15px;

line-height: 19px;
text-align: left;
}

.title
{
font-family: Impact, sans-serif;
font-size: 50px;

line-height: 40px;
text-align: left;
margin: 25px;
}

#countbox
{
    position: absolute;
    top: 470px;
    left: 240px;
    
    width: 320px;
    height: 130px;
    
    text-align: center;
    
    overflow: hidden;
}
#countbox iframe
{
    position: absolute;
    top: -30px;
    left: 0px;
}

#formbox
{
position: absolute;
top: 380px;
left: 0px;

background: url(gfx/textbox.gif) top right no-repeat;

width: 100%;
height: 60px;
}

#notice
{
position: absolute;
top: -7px;
left: 370px;

font-family: Verdana, sans-serif;
font-size: 12px;
color: #fff;

text-align: left;
}

#input
{
position: absolute;
top: 16px;
left: 370px;

background-color: #fff;
border: 0;

font-family: Tahoma, sans-serif;
font-size: 20px;
color: #000;

width: 320px;
height: 30px;
}

#submit
{
position: absolute;
top: 15px;
left: 690px;

background: url(gfx/submit.gif) top left no-repeat;
border: 0;

font-family: Trebuchet, sans-serif;
font-size: 13px;
color: #fff;

text-align: center;
vertical-align: middle;

width: 80px;
height: 31px;
}
#submit:hover
{
background: url(gfx/submit.gif) bottom right no-repeat;
}

#menu
{
position: absolute;
top: 60px;
right: 20px;

font-size: 12px;
color: #568f20;

text-align: right;
}

#menu a,
#menu a:visited
{
text-decoration: none;
color: #568f20;
}

#menu a:hover
{
text-decoration: none;
color: #7bcd2d;
}

#copyright
{
position: absolute;
bottom: 5px;
left: 0px;
    
font-size: 10px;
color: #666;

text-align: center;

width: 100%;
height: 15px;
}

#copyright a,
#copyright a:visited
{
text-decoration: none;
color: #666;
}

#copyright a:hover
{
text-decoration: none;
color: #999;
}