html {
     overflow: -moz-scrollbars-vertical;
}
body{
	margin: 0px;
	padding: 0px;
	background: url(bg.jpg) repeat-x;
	font-family: tahoma;
	font-size: 12px;
	color: #5b5b5b;
	line-height: 1.4em;
}
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.left {
	float:left;
}
.right {
	float:right;
}

.clear {
	clear:both;
}
div#container {
	position:relative;
	text-align:center;
}
div.background {
	background: url(background.jpg) no-repeat center top;
	height:735px;
	position: relative;
	text-align:center;
}
div#content_container {
	width: 980px;
	margin: 0px auto;
	text-align: left;
	position:relative;
}
div.logo {
	height: 54px;
}
div.twitter {
	height: 54px;
	font-size:11px;
	line-height: 1.2em;
}
div.twittcomm {
	text-align: right;
	margin: 6px 5px 0px 0px;
}
div.twittico {
	text-align: right;
	margin: 11px 0px 0px 0px;
}

span.small {
	font-size: 11px;
}
span.xsmall {
	font-size: 10px;
}
div.content_box {
	position: absolute;
	top: 355px;
	right: 0px;
	width:505px;
}
div.content_padding {
	padding: 0px 6px 20px 40px;
}
div.terms {
	text-align: center;
	line-height: 1em;
	margin-top: 1px;
}
div.button {
	margin: 10px 0px 4px 0px;
	text-align:center;
}
div.button a {
	outline: none;
}

/* --- FOOTER --- */

div#footer {
	border-top: 2px solid #91aefb;
	padding: 4px;
	height: 15px;
	margin: 10px 0px 0px 0px;
	position: absolute;
	width: 980px;
	top: 750px;
	font-size: 11px;
}
.tv-terms {
	margin-top: 2px;
}
.tv-terms a {
	color: gray;
}
