html {
    height: 100%;
	font-family: Verdana, sans-serif;
}
body {
    font-size: 26px;
    background: url("../img/world.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1 {
	color: #B7A67E;
}

.content
{
    width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -225px;
}
.sorry
{
    padding-top:15px;
    font-size: 1.2em;
}
.footer
{
    padding-top:20px;
    font-size:.5em;
}