*{border: 0; list-style: none; margin: 0; outline: none; padding: 0; font-family: Arial; text-decoration: none}

html, body{height: 100%}

body{
    background: url(../images/bg.jpg) center center #060812;
}

.hide{
    display: none;
}
.show{
    display: block;
    z-index: 9999;
}
#pages{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -250px 0 0 -400px;
    height: 555px;
    width: 800px;
    text-align: center;
}
#pages h1{
    height: 68px;
    width: 526px;
    position: relative;
    font-size: 1px;
    cursor: pointer;
    opacity:0;
}
#pages .twitter{
    background: url(../images/twitter.png) no-repeat;
    bottom:52px;
    display:block;
    font-size:36px;
    height:32px;
    letter-spacing:1px;
    line-height:28px;
    overflow: hidden;
    position:absolute;
    right:4px;
    text-align:right;
    text-decoration: none;
    width:273px;
    z-index: 10;
}
#pages .twitter span{
    opacity: 0;
}
.page{
    position: absolute;
    top: 68px;
    height: 432px;
    line-height: 411px;
    width: 800px;
    text-align: center;
    color: #fff;
}
.page a{
    padding: 1px 2px;
    background: #000;
    color: #fff;
}
/* Bg Color Pages */
#pages{
    background: url(../images/bg_page_black.png) no-repeat 0 89px;
}
#pages .home{
    background: url(../images/bg_page_white.png) no-repeat bottom center;
}
#pages .meueu{
    background: url(../images/bg_page_yellow.png) no-repeat bottom center;
}
#pages .meustrabalhos{
    background: url(../images/bg_page_blue.png) no-repeat bottom center;
}
#pages .minhascoisas{
    background: url(../images/bg_page_green.png) no-repeat bottom center;
}
#pages .meuscontatos{
    background: url(../images/bg_page_pink.png) no-repeat bottom center;
}

/* Menu */
ul{
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 0;
}
ul, ul li{
    height: 55px;
    line-height: 55px;
}
ul li{
    overflow: hidden;
    display: inline-block;
    position: relative;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
    height:22px;
    line-height:22px;
    margin: 16px 7px 17px 23px;
}
ul li b{
    color: #000;
    font-weight:normal;
}
ul li.meueu b{
    background: #f2e406;
}
ul li.meustrabalhos b{
    background: #0686f2;
}
ul li.minhascoisas b{
    background: #07ea27;
}
ul li.meuscontatos b{
    background: #ef1366;
}
ul li span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background: #ccc;
    opacity: 0;
}