@charset "utf-8";
/* CSS Document */

body {
	background:#000;
	text-align:center;
}
#headerWrap {
	
	margin:0 auto;
	padding:0 auto;
	text-align:center;
	width:800px;
}
#logo {
	height:259.5px;
	width:501px;
	
}
#menuBar {
	background-image:url(images/menubarback.png);
	height:90px;
	width:816px;
	background-repeat:no-repeat;
	margin:0 auto;
	padding:0 auto;
	position:relative;
}
#buttons {
	position:absolute;
	margin-left:25px;
	margin-top:25px;	
}
#contentHome {
	background-image:url(images/contentboxHome.png);
	position:relative;
	width:861px;
	height:679px;
	margin:0 auto;
	padding:0 auto;
}
#footer {
	background-image:url(images/footer.png)	;
	background-repeat:no-repeat;
	position:relative;
	width:808px;
	height:57px;
	margin:0 auto;
	padding:0 auto;
}
#contentStock {
	background-image:url(images/contentboxStock.png);
	position:relative;
	width:861px;
	height:679px;
	margin:0 auto;
	padding:0 auto;
}
#contentTyres {
	background-image:url(images/contentboxTyres.png);
	position:relative;
	width:861px;
	height:679px;
	margin:0 auto;
	padding:0 auto;
}
#contentSalvage {
	background-image:url(images/contentboxSalvage.png);
	position:relative;
	width:861px;
	height:679px;
	margin:0 auto;
	padding:0 auto;
}
#contentContact {
	background-image:url(images/contentboxContact.png);
	position:relative;
	width:861px;
	height:679px;
	margin:0 auto;
	padding:0 auto;
}
#map {
	padding-top:380px;
}
#eBayStockLink {
	padding-top:450px;
	postion:absolute;
	
}
img {
	border:none;
}
#ebayLogo {
	height:150px;
	width:120px;
}
#paypalLogo{
	height:160px;
	width:120px;	
}