html {
    display: table;
    width: 100%;
    height: 100%;
    #position: relative;
    overflow: hidden;
}

html body {
    background-color: #222;
    font-family: Verdana, Arial, Helvetica, san-serif;
    color: #eee;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;

    #position: absolute;
    #top: 50%;
    display: table-cell;
    vertical-align: middle;
}

html body h1 {
    font-size: 39px;
	display: none;
	
    #position: relative;
    #top: -50%;
}

.container {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}

img {
    vertical-align: middle;
}

#linkbox {
    position: relative;
    top: -150px;
    width: 250px;
    height: 122px;
    background-color: #222;
    color: #eee;
    font-weight: bold;
    border: #444 2px dashed;
    margin: 0 auto;
    padding: 6px;
}

#footer {
	color: #444;
	font-size: 11px;
	position: relative;
	top: 150px;
}

#footer a:link, #footer a:visited {
	color: #666;
}

#footer a:hover {
	color: #999;
	text-decoration: none;
}

