@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font:12px Verdana;
}
#panel {
	height:500px;
	background-color:#322626;
	color:#fff;
	display:none;
}
.contact {
	float:right;
	width:150px;
	height:40px;
	margin-right:50px;
	text-indent:-9999px;
	background:#322626 url(../images/contact-sprite.gif) 0px -40px no-repeat;
}
.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;
}