html, body {
height:100%;
margin:0px;
padding:0px;
background-color: #121211;
}

#wrapper {
min-height:100%;
height: auto !important;
height:100%;
margin:0 auto -30px;
}

#heading {
display:block;
width:100%;
height:1em;
margin-top:-.2em;
background-color:#2b2b2b;
border-bottom:3px solid black;
font-family:Ariel, sans-serif;
font-size: 5em;
color:white;
font-weight:bold;
}

#loader {
margin-bottom:-50px;
}

#description {
font-size:25px;
float:right;
margin-top:50px;
}

#formbox {
margin-top:20px;
background-color:black;
width:143px;
margin-left:auto;
margin-right:auto;
}

#holder {
text-align:center;
min-width:100px;
width:600px;
margin-left:auto;
margin-right:auto;
overflow:visible;
padding-bottom:30px;
}

#linktext {
margin-top:10px;
text-align:center;
font-size:2em;
}

#linktext a:link {
text-decoration:none;
color:white;
}

#info {
color:white;
text-align:center;
margin-top:0px;
margin-bottom:0px;
}

#link {
border:5px solid black;
width:590px;
}

#footer {
border-top:3px solid black;
border-bottom:3px solid black;
clear:both;
width:100%;
text-align:center;
background-color:#2b2b2b;
color:white;
}

#footer, #push {
height:40px;
clear:both;
}