@charset "utf-8";
/* CSS Document */

*
{
margin:0px;
padding:0px;
outline:none;
text-decoration:none;
}

#billboard {
	width: 996px;
}
#billboard-nav {
	float: left;
	position:relative;
	z-index: 100;
	left:830px;
	top:25px;
	width:180px;

	
}
#billboard-nav a {
	width: 8px;
	height: 8px;
	float: left;
	margin-left:5px;
	background-repeat:no-repeat;
	float:left;
	overflow:hidden;
	text-align:center;
	color:#FFFFFF;
	background-image:url(../images/bullet.png);
	background-repeat:no-repeat;
	line-height:22px;
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;
	text-indent:999px;
	

}
#billboard-nav a:hover, #billboard-nav a.activeSlide {
	background-image:url(../images/bullet-hover.png);
	background-repeat:no-repeat;
	background-repeat:no-repeat;
	float:left;
	
}
#welcome-test {
	float: left;
	height: 140px;
	width: 212px;
	padding-left: 8px;
}
