@charset "utf-8";
/* CSS Document */


body {
	background-image: url(images/bg_gradient2.png);
	background:url(../images/bg_gradient2.png);
	background-repeat: repeat-x;

}

a {
	font-size: 9px;
	color: #666;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
-->

#wrapTop {
	width: 980px;
	margin: 0 auto;
	position: relative;
	}

