body {
    background-color: black;
    color: #444;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 34px;
    font-weight: bold;
    color: #e02000;
}

a {
    color: #e02000;
    text-decoration: none;
    white-space: nowrap;
}

    a:hover {
        text-decoration: underline;
    }
            
div#container {
    text-align: center;
    color: #2080c0;
    width: 450px;
    position: absolute;
    top: 50%;
	left: 50%;
	margin: -200px 0 0 -225px;
	font-size: 20px;
	text-shadow: #000 1px 1px 2px;
}
div#container a {
color: #2080c0;
}
