BODY{
    background: url('/images/background.png') repeat-x scroll 0 0;
    color:#4866AB;
    font-family:verdana,Trebuchet,arial,sans-serif;
}
#all{
    left:0;
    margin:0;
    padding:0;
    position:absolute;
    top:0;
    width:100%;
}
#content{
    left:50%;
    margin-left:-500px;
    position:relative;
    top:0;
    width:1000px;
}
#yeld{
    margin: 0px 6px;
}
#header{
    width: 980px;
    height: 150px;
}
#logo{
    background: url('/images/logo.png') no-repeat;
    width: 357px;
    height: 81px;
    display: block;
    text-indent:-999999px;
}
#menu{
    margin: 0px 12px;
    width: 976px;
}
#menu a{
    color: #8fc670;
    text-decoration: none;
    font-size: 18px;
}
#menu a:hover{
    color: #bbdca8;
    text-decoration: none;
}
#footer{
    background: url('/images/footer_background.png') repeat-x;
    width: 100%;
    text-align: center;
    font-size: 10px;
    margin: 30px 0px 30px 0px ;
    padding: 5px 0px 0px 0px;
}
#footer a{
    color: #ddd;
}
#footer a:hover{
    color: #ccc;
}