@charset "utf-8";
/* CSS Document */

#panel {
	height:1110px;
	background-color:#000;
	color:#fff;
	display:none;
}
.contact {
	float:right;
	width:226px;
	height:40px;
	margin-right:175px;
	text-indent:-9999px;
	background:#322626 url(../images/contact-sprite.gif) 0px -40px no-repeat;
	position:relative;
}
.contact:hover {
	background:#322626 url(../images/contact-sprite.gif) 0px 0px no-repeat;
}
.contact-active {
	background:#322626 url(../images/contact-sprite.gif) 0px -120px no-repeat;
}
.contact-active:hover {
	background:#322626 url(../images/contact-sprite.gif) 0px -80px no-repeat;
}
