body,
html
{            
    width:100%;
    height:100%;
    background-color:#000;
    padding:0;
    margin:0;
    font-family:Consolas, Verdana, Arial;
}
        
img { border:0; }

a {
color: #ff0000;
}

table
{
width:100%;
}

#nbit 
{
    left:50%; margin-left:-215px; top:50px; position:absolute; z-index:9900;
    color:#DC143C;
    text-align:center;
    font-size:large;
}

#dvOptions
{
    position:absolute;
	left:50%;
	top:50%;
	margin-left:-320px;
}
#dvOptions a {
margin:2px 4px 2px 4px;
}

#dvOptions img {
margin:2px 4px 2px 4px;
}

#dvOptions img:hover {
border:2px solid #ff0000;
margin:0 2px 0 2px;
}
footer { color: #fff; font-size:16px;  font-variant:small-caps; position:absolute; bottom:5px; text-align:center; width:100%; }