/* commented backslash hack \*/
html, body {height:100%;}
/* end hack */

html, body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
    width: 100%;
    height: 100%;
    background-color: #000000;
}

#content {
    min-width:940px;
    min-height:600px;
}

#wrapper {
    min-height: 100%;
    margin: 0px;
	padding: 0px;
    margin-bottom:-25px;
    color:#FFF;
}

* html #wrapper {
    height: 100%;
}

#fallback {
    width: 90%;
    padding: 20px 20px;
    /*margin: auto;*/
    text-align: left;
}

#prefooter {
    clear: both;
    height: 25px;
}

#footer {
    height: 25px;
	padding: 0px 0px 0px 0px;
    width: 100%;
    clear: both;
    text-align: right;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
}

#footer a:hover {
    color: #FFFFFF;
    text-decoration: underline;
    font-size: 11px;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
}

h1 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

h2 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    font-size: 18px;
}

.invisible {
    display: none;
}

#fallback-text {
    position:absolute;
    height:200px;
    width:600px;
    margin:-100px 0px 0px -300px;
    top: 50%;
    left: 50%;
    font-size: 12px;
    color: #c5c2c2;
}

#fallback-text strong {
    font-weight: normal;
}

#fallback-text a, #fallback-text a:link, #fallback-text a:active, #fallback-text a:visited {
    color: #c5c2c2;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
}

#fallback-text a:hover {
    color: #c5c2c2;
    text-decoration: underline;
    font-size: 12px;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
}
