body{
    font-family: 'Tangerine', serif;
    background: url('../img/bg.png') repeat-x #707070;
}

h1{
    font-size: 72px;
    font-weight: bold;
    text-shadow: 4px 4px 4px #aaa;
}

h2{
    font-size: 36px;
}

div#container{
    width: 80%;
    margin: 50px auto;
    border: thick solid black;
    padding: 10px;
    background: white;  
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

#simplegallery1{
    position: relative; /*keep this intact*/
    visibility: hidden; /*keep this intact*/
    border: 10px solid black;
    margin: 50px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 10px  ;
    -moz-box-shadow: 5px 5px 10px ;
    box-shadow: 5px 5px 10px ; 
}

#simplegallery1 .gallerydesctext{
    text-align: left;
    padding: 2px 5px;
}

div#imgs{
    margin: 0 auto;
    width: 80%;
}
