body {
    background-color: #000; /* #1c1c1c */
    color: #444;
    font-family: Arial, Helvetica, sans-serif;
}

img {border:0;}

h1 {
    font-size: 34px;
    font-weight: bold;
    color: #00c0ff; /* #F92666 */
}

a {
    color: #00c0ff;
    text-decoration: none;
    white-space: nowrap;
}

    a:hover {
        text-decoration: underline;
    }
            
div#container {
    color: #d5d5d5;
    width: 500px;
    position: absolute;
    top: 40%;
	left: 50%;
	margin: -200px 0 0 -225px;
	font-size: 20px;
	/* text-shadow: #000 1px 1px 2px; */
}
