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

body {
	background-color: #000;	
	margin: 0;
	padding: 0;
	font:.75em Tahoma, Geneva, sans-serif;
}
#content {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#contact {
	position:absolute;
	display: none;	/**/
	top: 20px;
	color: #fff;
	background-color:#333;
	border: 1px solid #ccc;
	padding: 15px;
}
#close {
	position: absolute;
	top: 5px;
	right:5px;
	
	text-indent: -20px;
}
#close a  {
	background: url(images/x.gif) right 0 no-repeat;
	display:block;
	width: 24px;
	height: 11px;
	text-decoration:none;
	color: #ccc;
	font-size: .7em;
	padding-top: 2px;
}
#close a:hover {
	background: url(images/x.gif) right -13px no-repeat;
	color: #fff;
}

#footer {
	color: #ccc;
	padding: 10px;
	text-align: center;
}
a {
	color: #B1680E;	
}
#social{
	width: 20px;
	margin: 0 auto;
}
