body{ 
text-align: center; 
background-color: #000000; 
margin: auto;
background-repeat:no-repeat;
background-position:center;  
background-position:top;
}
a img{
border:none;
}

div#centrer{
	margin-top:8px;
	margin-left : auto;
	margin-right : auto;
	width: 980px;
	}

a.community { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 98px; /* width of reactive image */
     height: 30px; /* height of reactive image */
     background-image: url(images/community.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.community:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images/community_hover.jpg); /* source for target image */
     } 
	 
a.company { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 98px; /* width of reactive image */
     height: 30px; /* height of reactive image */
     background-image: url(images/company.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.company:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images/company_hover.jpg); /* source for target image */
     } 
	 
a.news { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 98px; /* width of reactive image */
     height: 30px; /* height of reactive image */
     background-image: url(images/news.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.news:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images/news_hover.jpg); /* source for target image */
     } 

a.wheels { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 98px; /* width of reactive image */
     height: 30px; /* height of reactive image */
     background-image: url(images/wheels.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.wheels:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images/wheels_hover.jpg); /* source for target image */
     } 
	 
a.dealers { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 98px; /* width of reactive image */
     height: 30px; /* height of reactive image */
     background-image: url(images/dealers.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.dealers:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images/dealers_hover.jpg); /* source for target image */
     } 
	 
a.home { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 196px; /* width of reactive image */
     height: 30px; /* height of reactive image */
     background-image: url(images/home.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.home:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images/home_hover.jpg); /* source for target image */
     } 
	 
a.downloads { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 98px; /* width of reactive image */
     height: 30px; /* height of reactive image */
     background-image: url(images/downloads.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.downloads:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images/downloads_hover.jpg); /* source for target image */
     } 
	 
a.goodies { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 98px; /* width of reactive image */
     height: 30px; /* height of reactive image */
     background-image: url(images/goodies.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.goodies:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images/goodies_hover.jpg); /* source for target image */
     } 
	 
a.newsletter { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 98px; /* width of reactive image */
     height: 30px; /* height of reactive image */
     background-image: url(images/newsletter.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.newsletter:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images/newsletter_hover.jpg); /* source for target image */
     } 