/* DIV STYLE */
#main{
	/* width: 900px;*/ 
	overflow: auto;
	background-position: left;
}
#infos{
	width: 213px;
	float: left;
	text-align:center;
}

#content{
	width: 470px;
	float: left;

}

#content p{
	font-size: 11px;
}

#content a:link, a:visited{
	display: inline;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 0px;
}

#content a:hover, a:active{
	display: inline;
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
	border-bottom-width: 0px;
}

.scrollText{
	border-color: #444444;
	border-style: solid;
	border-width: 1px;
	border-left-width: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #111111;
	margin-top: 5px;
}


#footer{
	width: 880px;
	padding: 5px;
	float:none;
	clear: both;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #000000;
}
#footer a:link, a:visited{
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover, a:active{
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}
