html { 
background: #181919;
border: none; 
font-family: serif;
font-size: 14px;
}

body, html {
margin: 0px;
padding: 0px;
border: 0;
text-align: center;
}

A:link {
text-decoration: underline; color: #dadada;}
A:visited {text-decoration: none; color: #dadada}
A:active {text-decoration: none; color: #dadada}
A:hover {text-decoration: underline; color: #aa0000}

a img {
padding: 0px;
margin: 0px;
border: 0;
display: block;
}

#center {
width: 500px;
text-align: center;
margin: auto;
overflow: hidden;
}

.terms_box {
width: 496px;
height: 300px;
margin-top: 25px;
border: 1px solid #dcdcdc;
background: #222222;
}

.terms_indent {
margin: 8px;
color: #ffffff;
font-size: 13px;
font-weight: bold;
font-family: sans-serif;
text-align: left;
}

#frame_container {
background: #333333;
width: 100%;
height: 137px;
overflow: hidden;
text-align: left;
}

.logo-left {
width: 629px;
height: 137;
overflow: hidden;
float: left;
}

.links-right {
text-align: right;
width: 300px;
height: 100px;
float: right;
margin-right: 30px;
margin-top: 2.0%;
font-size: 16px;
font-weight: bold;
}

