/* Site CSS */
 #page {
	background-image:url(../img/quest-bg.jpg);
}

#logo {margin-bottom:30px;}

#title {font-family: "Gotham A","Gotham B","Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 5px;}

#title .small.cherry {
    color: #ba0c2f;
    line-height: 2;
    font-family:Gotham A, Gotham B;
}

#main {padding:0;}

#quest {text-align:center;
    border-right: 4px dashed #ba0c2f;
    padding: 30px;
    border-bottom: 4px dashed #ba0c2f;
}
div#bottom-quest {
    padding: 30px;
    border-left: 4px dashed #ba0c2f;
}

#pin {
    position: relative;
    bottom: -40px;
    color: #ba0c2f;
}

div#breadcrumbs, #uppper, #header, #lower {
    display: none;
}

