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

/* ------------- "generic styles" */

#wrapper{
	font-family:Arial, Helvetica, sans-serif;
	width:764px;
	height:711px;
	margin:auto;
	}
	
#wrapper h2{
	text-decoration:none;
	color:#4684b4;
	font-weight:bold;	
	}

/* ------------- "content styles" */

div#contentWrapper ul{
	margin:0;
	padding:0;	
	}

#contentWrapper{
	width:764px;
	height:711px;
	margin:auto;	
	background-image: url(/images/used-rss/used-rss-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	}

.rssButtn{
	float:left;
	height:236px;
	width:254px;	
	list-style:none;
	}
	

.rssButtn a span {
	background: url(/images/used-rss/used-rss-buttn.png);
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	height:41px;
	width:181px;
	margin-top:179px;
	margin-left:17px;
	padding:12px 36px 0 5px;
	text-align:center;	
}
	
.rssButtn a:hover span{
	background-position:0 -57px;
	}

.rssButtn a{
	display:block;
	float:left;
	height:100%;
	width:100%;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#4684b4;
	font-weight:bold;
	}	
	


