﻿body {
    background: #000 url('images/BitterCoder_Skull_550High.png') fixed center top no-repeat ;
    font-family: arial, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
}

* {
    margin: 0;
}
html, body {
    height: 100%;
}

#links {
	padding-top: 570px;
	margin-left: auto;
    margin-right: auto;  	
    text-align: center;
    width: 430px;
}

a, a:visited, a:active {	
	color: #EEEEEE;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}