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

body {
	margin: 0px;
	text-align: center;
}

#parts_container {
	width: 160px;
	margin: 0px auto;
	padding: 0px;
}
#linkblock1, #linkblock2 {
	width: 80px;
	height: 30px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#linkblock1 a {
	background-image: url(footer_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 30px;
}
#linkblock2 a {
	background-image: url(footer_shop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-decoration: none;
	height: 30px;
}
#linkblock1 a:hover, #linkblock2 a:hover {
	background-position: left bottom;
}


#parts_footer {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
	width: 160px;
	line-height: 1px;
}

a {
	text-decoration: none;
	color: #009999;
}
a:hover {
	color: #FF9900;
}

#blogparts_sample {
	margin: 0px;
	float: left;
	width: 170px;
}

script {
	margin: 0px;
}
