@import url(reset.css);

body {
    background-color: #b1afaf;
}

.wrapper {
    margin: 0 auto;
    background-color: #fff;
    width: 800px;
    height: 900px;
    padding: 55px 58px 0 48px;    
}

.photoImg {
    width: 300px;
    height: 452px;
    background-image: url(../images/photoSite.jpg);
    background-repeat: no-repeat;
    float: left;
    margin: 110px 30px 20px 0;
}

h2 {
    font: bold 20px Arial, sans-serif;
    color: #000;
    text-align: justify;
    text-indent: 30px;
    margin-bottom: 10px;
}

p {
    font: 20px Arial, sans-serif;
    color: #000;
    text-align: justify;
    text-indent: 30px;
    margin-bottom: 10px;
}

.returnBut {
    position: fixed;
    width: 25px;
    height: 200px;
    left: 0;
    top: 250px;
    z-index: 10;
}

.clear {
    clear: both;
}