html {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    background: #616161 top center no-repeat url('../img/background.jpg');
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    min-height: 100%;
    position: relative;
}
h1 {
    font-size: 26px;
    color: #202e6f;
    margin-bottom: 28px;
}
h2, h2 a {
    font-size: 19px;
    color: #202e6f;
    margin-bottom: 5px;
}
a {
    text-decoration: none;
    color: #202eaf;
}
a:hover {
    color: black;
}
p {
    margin-top: 0;
}
::selection {
  background: #222;
  color: #bbb;
}
::-moz-selection {
  background: #222;
  color: #bbb;
}
.image {
    padding: 5px;
    border: 1px solid #ccc;
    margin: 3px 3px;
}
#header {
    background: black url('../img/top.jpg');
    height: 85px;
}
#title {
    width: 90%;
    margin: auto;
}
@media only screen and (min-width: 1025px) {
    #title {
        width: 950px;
    }
}
#logo {
    font-family: Oswald;
    color: #aaaaaa;
    font-size: 58px;
    position: relative;
    top: 29px;
    text-shadow: 5px 5px 5px #171717;
    width: 362px;
    height: 80px;
}
#nav {
    background: url('../img/menu.jpg');
    height: 40px;
    overflow: hidden;
}
ul {
    width: 90%;
    height: 40px;
    list-style: none;
    margin: 7px auto;
    padding: 0;
}
@media only screen and (min-width: 1025px) {
    ul {
        width: 950px;
    }
}
li a {
    float: left;
    text-decoration: none;
    color: #ddd;
    margin: 0 60px 0 0;
    font-weight: bold;
    font-size: 20px;
}
li a:hover {
    color: #bbb;
}
#content {
    margin: 30px auto;
    background: url('../img/box.jpg') #fefefe repeat-x;
    padding: 0 5%;
    overflow: hidden;
}
@media only screen and (min-width: 1025px) {
    #content {
        width: 908px;
        padding: 0 25px;
    }
}
.entry {
    margin-bottom: 28px;
}
label {
    font-weight: bold;
    display: block;
}
#name, #email, #message {
    margin-bottom: 20px;
}
#status {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    display: none;
}
button {
    background: #515cc9;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    height: 30px;
    border: 0px;
    display: block;
    border-radius: 5px;
    cursor: pointer;
}
button:hover {
    background: #616cd9;
}
#footer-space {
    height: 100px;
}
#footer {
    background: black url('../img/top.jpg');
    text-align: center;
    padding: 15px 0;
    color: #bbb;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-weight: bold;
    font-size: 13px;
}
.footer-text {
    margin: 0 15px;
    padding: 0;
}
#footer h3 {
    margin: 0 0 15px 0;
    padding: 0;
}
#footer h3 a {
    color: #bbb;
    margin: 0 25px 15px 25px;
    font-size: 18px;
}
#footer h3 a:hover {
    color: #ddd;
}