body {
    background: rgb(0,0,0);
    font-family: Helvetica;
    font-size: 14px;
    margin: 0;    
    padding: 0;
    border: 0;
}

body > * {
    background: rgb(197,204,211) url(img2.png);
}

#header {
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #2d3642;
    padding: 10px;
    height: 45px;
    background-color: #6d84a2;
    background-image:url(img1.png);
    background-repeat:repeat-x;
    position: relative;
}


#header > h1 {
    overflow: hidden;
    line-height: 1em;
    height: 40px;
    font: bold 18px Helvetica;
    color: rgb(76, 86, 108);
    font-size: 20px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    margin: 0;  
}

#header a {
    position: absolute;
    overflow: hidden;
    top: 8px;
    left: 6px;
    right: auto;
    margin: 0;
    border-width: 0 8px 0 14px;
    padding: 0 3px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    -webkit-border-image: url(img3.png) 0 8 0 14;
}


#content {
    padding: 5px 0 3px;
    text-align: center;
}

#content a {
    color: blue;
}

#content ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}

#content ul li a {
    background-color: white;
    border: 1px solid #999;
    color: blue;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
}

#content ul li a:hover, a:active  {
    color: #white;
    background-color: #blue;
}


#selector {    
    padding: 17px 0 10PX;
    text-align: center;
}

#selector select {
    font-size: 20px;
}

ul li:first-child a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
ul li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}



#copyright {
    color: #00aca7;
    font-size: 10px;
    font-weight: bold;
    padding: 10px 0 10PX;
    text-align: center;
}





