@charset "utf-8";
/* CSS Document */
*{
    padding:0px;
    margin:0;
}
body{font-family: arial,sans-serif;}
#sky1{
    height:1400px;
    position:absolute;
    width:100%;
    background-image:url(../images/sky1.jpg);
    background-position:top center;
    background-repeat:no-repeat;
}
#sky2{
    height:1400px;
    position:absolute;
    width:100%;
    background-image:url(../images/sky2.jpg);
    background-position:top center;
    background-repeat:no-repeat;
}
#sky3{
    height:1400px;
    position:absolute;
    width:100%;
    background-image:url(../images/sky3.jpg);
    background-position:top center;
    background-repeat:no-repeat;
}


#planet{
    background-image:url(../images/earth.png);
    background-position:top center;
    background-repeat:no-repeat;
    height:1400px;
    position:absolute;
    width:100%;
}
#clouds{
    background-image:url(../images/clouds.png);
    background-position:0px 0px;
    background-repeat:no-repeat;
    height:1400px;
    position:absolute;
    width:100%;
}
#logo{
    background-image:url(../images/logo.png);
    background-position:top center;
    background-repeat:no-repeat;
    height:1400px;
    position:absolute;
    width:100%;
}
#contentArea{
    left:50%;
    margin-left:-428px;
    margin-top:210px;
    position:absolute;
    width:306px;
}
#whatTab{
    float:left;
    width:92px;
    height:49px;
    background-image: url(../images/tabs_03.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#whatTab.selected { background-image: url(../images/tabs-s_03.png); }
#howTab{
    float:left;
    width:87px;
    height:49px;
    background-image: url(../images/tabs_04.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#howTab.selected { background-image: url(../images/tabs-s_04.png); }
#whereTab{
    float:left;
    width:127px;
    height:49px;
    background-image: url(../images/tabs_05.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#whereTab.selected { background-image: url(../images/tabs-s_05.png); }
.clickable{
    cursor: pointer;
}
#tabContent{
    color: #eee;
    font-family: arial,sans-serif;
    font-size: 16px;
    margin: 0 10px;
    line-height: 24px;
    margin-top: 50px;
    position:relative;
}
.tabPane {
    position: absolute;
}
.nextPane{
    background-color:#3355EE;
    border:2px solid #EEEEEE;
    color:#FFFFFF;
    float:right;
    font-size:12px;
    padding:2px 10px;
    cursor: pointer;
}
.prevPane{
    background-color:#3355EE;
    border:2px solid #EEEEEE;
    color:#FFFFFF;
    float:left;
    font-size:12px;
    padding:2px 10px;
    cursor: pointer;
}