/*** Style Definitions ***/
html
{
    background: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(../images/bg.jpg);
}

/*** Clouds ***/
.clouds
{
    width: 100%;
    height: 262px;
    overflow: hidden;
}
#clouds-small
{
    width: 3000px;
    height: 100%;
    background: url(../images/bg-clouds-small.png) repeat-x;
}
#cloud2
{
    position: relative;
    top: -262px;
}
#clouds-big
{
    width: 4000px;
    height: 100%;
    background: url(../images/bg-clouds-big.png) repeat-x;
}

/*** Header ***/

.menu
{
    float: center;
    position: absolute;
    top: 70px;
    z-index: 10;
}

.menu a
{
    color: #67b2ff;
    text-decoration: none;
    padding: 10px;
    margin-right: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.menu a:hover
{
    background: #67b2ff;
    color: #FFF;
    text-decoration: none;
    padding: 10px;
    margin-right: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.menu a.selected
{
    color: #319808;
    text-decoration: none;
    padding: 10px;
    margin-right: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.menu li
{
    float: left;
}

.menu2
{
    bottom: 70px;
    z-index: 11;
}

.menu2 a
{
    color: #67b2ff;
    text-decoration: none;
    padding: 10px;
    margin-right: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.menu2 a:hover
{
    background: #67b2ff;
    color: #FFF;
    text-decoration: none;
    padding: 10px;
    margin-right: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.menu2 a.selected
{
    color: #319808;
    text-decoration: none;
    padding: 10px;
    margin-right: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}


.menu2 li
{
    float: left;
}


/*** Body Content ***/
#wrapper
{
    width: 100%;
    
    position: static;
    top: 0;
    left: 0;
    overflow: hidden;
}

#mask
{
    width: 400%;
    height: 100%;
}

.box
{
    width: 25%;
    height: 10%;
    float: left;
}

.content
{
    width: 960px;
    height: 400px;
    top: 15%;
    margin: 0 auto;
    position: relative;
    background: rgba(255,255,255, 0.3);
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
}

.inner
{
    width: 920px;
    height: 360px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    margin: 5px;
    padding: 15px;
    top: 5px;
    position: relative;
}