body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    background: #272727 url(/images/bg.jpg) no-repeat center;
    background-size: auto;
    background-size: cover;
    outline: none;
    color: #444;
    font-size: 13px;
    line-height: 1.4em;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#page {
    width: 700px;
    padding: 20px 0;
    margin: auto;
}
body h1 a {
    background: url(/images/logo.png) no-repeat center;
    background-position: center top;
    background-repeat: no-repeat;
    color: #444;
    font-size: 20px;
    margin: 0 auto 25px;
    padding: 0;
    width: 350px;
    height: 55px;
    outline: none;
    text-indent: -9999px;
    display: block;
    border: none;
}
h2 {
    background: url(/images/h2-underline.png) bottom center no-repeat;
    padding: 0;
    text-align: center;
    padding: 0 0 15px 0;
    margin: 0 -26px 30px -26px;
    color: #b6b6b6;
}
a {
	color: #e3771d;
	outline: none;
}
#content {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 26px 26px 26px;
    background-color: #1c1c1c;
    color: #6d6d6d;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
}
#content p {
    margin: 20px 0;
}
#content hr {
    border: 1px dashed #555;
}