@import url(http://fonts.googleapis.com/css?family=Electrolize|Courgette|Open+Sans);
@import url("reset.css");

@font-face { font-family:"kozuka Gothic Pr6N B"; src:url(../../../fontes/KozGoPr6N-Bold.otf) format("truetype"); }

body{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size:10px;
    width:100%;
}
#wrap
{
    padding:0px;
    margin:0 auto;
    width:77.23%;
    background-color: #EFEFEF;
}
#gallery
{
    padding:0px;
    margin:0;    
    width: 100%;
    float: left;
}

#gallery h1
{
    font-family: 'Electrolize', sans-serif;
    font-family: "kozuka Gothic Pr6N B";
 	color:#606060;
	font-style: italic;
    font-size:25px;
    text-align: center;
    padding-top:15px;
}
#gallery .back img
{
    margin-top: -3px;
    opacity:0.7;
    -moz-opacity:0.7;
}
#gallery .back
{
    font-family: 'Courgette', cursive;
     font-size:18px;
    color:#333;
    text-align: left;
    width: 100px;
    display: block;
    border:0px solid blue;
    padding:0px;
    margin:0px;
    padding-left:8px;
    line-height: 25px;
    height: 25px;
    text-decoration: none;
}