 *{
                margin:0;
                padding:0;
            }

            body{
                font-family:Arial;
                background:#a7cede url("../images/bg.png") no-repeat top left;
                
                background-repeat: no-repeat;
                background-position: top right;
            }
            .fundo{
               background: url("../images/bg.png") no-repeat top left;
               left: 30%;
               position: 
            }
            .title{
                position:absolute;
                top:50px;
                left:0px;
                width:130px;
                height:570px;
                background:#a7cede url("../images/title1.png") no-repeat top left;

            }
             .description ul a{
                        font-weight:normal;
                    }
            a.back{
                background-repeat: no-repeat;
                position:absolute;
                width:150px;
                height:27px;
                outline:none;
                top:2px;
                right:0px;
            }

.wrapper{
    font-family: Verdana;
    font-size:11px;
    width:600px;
    height:600px;
    position:relative;
    top:150px;
    left:200px;
}
.images img{
    display:none;
    position:absolute;
    left:6px;
    top:6px;
}
.circleBig{
    position:absolute;
    top:0px;
    left:0px;
    width:418px;
    height:418px;
    background:transparent url(../images/circlebg.png) no-repeat top left;
}
.menu{
    position:absolute;
    width:101px;
    height:74px;
    top:240px;
    left:260px;
    z-index:999;
}

#image_sobre{
    display:block;
    width:402px;
     height:402px;
}

#image_portfolio{
    width:402px;
     height:402px;
}

a.sobre, a.portfolio, a.contato{
    float:left;
    clear:both;
    height:23px;
    margin-bottom:10px;
    width:105px;
    text-indent:-2000000px;
    opacity:0.8;
    background:transparent url(../images/menu.png) no-repeat top left;
}
a.portfolio{
    width:90px;
    background-position:-105px 0px;
}
a.contato{
    width:88px;
    background-position:-199px 0px;
}

a.sobre:hover, a.portfolio:hover, a.contato:hover{
    opacity:1.0;
}
.circle{
    margin-top:-88px;
    margin-left:-88px;
    width:176px;
    height:176px;
    position:absolute;
    left:0;
    top:0;
    background:transparent url(../images/circle.png) no-repeat top left;
    z-index:10;
    opacity:0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.description{
    width:120px;
    margin:40px auto;
    text-align:center;
}
.description ul{
    list-style:none;
    text-align:center;
}
.description ul a{
    line-height:30px;
    font-weight:bold;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    font-size:11px;
    text-shadow:1px 1px 1px #aaa;	
}
.description ul a:hover{
    color:#f0f0f0;
}
.thumbs a img{
    border:3px solid #f9f9f9;
    -moz-box-shadow:1px 1px 2px #999;
    -webkit-box-shadow:1px 1px 2px #999;
    box-shadow:1px 1px 2px #999;
}
@media screen and (max-width: 600px) {


    body{
    font-family:Arial;
    background:#a7cede;              
    background-repeat: no-repeat;
    background-position: top right;
            }
    .fundo{
    left: 0;
    position: 
            }
    .title{
        visibility: hidden;
     position:absolute;
     top:50px;
    left:0px;
    width:130px;
    height:570px;
    background:#a7cede ;

     }
    .wrapper{
    font-family: Verdana;
    font-size:11px;
    width: auto;
    height: auto;
    position:absolute;
    left: 0;
    top:0;
}

#image_sobre{
    display:block;   
    width:100%;
    height:100%;
}

#image_portfolio{
 width:100%;
    height:100%;    
}
#image_contato{
 width:100%;
    height:100%;
}

.circleBig{

   width:104%;
    height:104%;
    top:30px;

    background:transparent url(../images/circlebg.png) no-repeat;
    background-size: 100% 100%;

}

.images img{
    display:none;
    position:relative;
    left:6px;
    top:36px;
}
a.sobre, a.portfolio, a.contato{
    float:left;
    clear:both;
    height:23px;
    margin-bottom:10px;
    width:105px;
    text-indent:-2000000px;
    opacity:0.8;
    background:transparent url(../images/menu.png) no-repeat top left;
}
a.portfolio{
    width:90px;
    background-position:-105px 0px;
}
a.contato{
    width:88px;
    background-position:-199px 0px;
}

a.sobre:hover, a.portfolio:hover, a.contato:hover{
    opacity:1.0;
}
.menu{
    position:absolute;
    width:100%;
    height:50%;
    top:160px;
    left:150px;
    z-index:999;
}

.circle{
    visibility: hidden;
    margin-top:-88px;
    margin-left:-88px;
    width:176px;
    height:176px;
    position:absolute;
    left:0;
    top:36px;
    background:transparent url(../images/circle.png) no-repeat top left;
    z-index:10;
    opacity:0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
}