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

html, body {
	background-color: #080808;
	background-image: url(../images/tonegear_logobg.jpg);
	background-repeat: no-repeat;
	background-position: 50% -10%;
	font-family: Verdana, Geneva, sans-serif;
}
#tonegear {
	padding-top: 15%;
	margin: 0px auto;
	width: 960px;
}
#stringspider {
	margin: 0px auto;
	width: 100%;
	height: 56px;
	/*background-image: url(../images/stringspider.png);
	background-position: center;
	background-repeat: no-repeat;*/
}
#string {
	width: 277px;
	height: 56px;
	position: relative;
	top: 0px;
	left: 219px;
}
#spider {
	width: 197px;
	height: 56px;
	position: relative;
	top: -56px;
	left: 541px;
}
#string a, #spider a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#string a:hover {
	background-image: url(../images/stringcleaner_hover.png);
	background-position: -5px 0px;
	background-repeat: no-repeat;
}
#spider a:hover {
	background-image: url(../images/spidercapo_hover.png);
	background-position: -9px 0px;
	background-repeat: no-repeat;
}
#footer {
	padding-top: 20px;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}
