@charset "utf-8";
/* CSS Document */

body, html{
	overflow:hidden;
	background-image:url(../img/site_bg.jpg);
	background-color:#000000;
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-family:Verdana, Arial, Sans;
	font-size:10px;
	font-weight:bold;
}

h1{
	text-indent: -9999px;
}

div.main{
	position:absolute;
	top: 50%;
	left: 50%;
}
div.content {
	position:absolute;
	left:-176px;
	top:-143px;
	width: 384px;
	height: 286px;
}
div.logo a:link,
div.logo a:active, 
div.logo a:visited,
div.logo a:hover {
	position:absolute;
	display: block;
	top:16px;
	left:45px;
	width:262px;
	height:72px;
	text-align:center;
	background-image:url(../img/clear.gif);
	text-indent: -9999px;
}
div.copy{
	position:absolute;
	display: block;
	top:101px;
	left:2px;
	width:348px;
	height:32px;
	text-align:center;
	background-color:transparent;
	text-indent: -9999px;
}
div.mail a:link,
div.mail a:active, 
div.mail a:visited {
	position:absolute;
	display: block;
	top:162px;
	left:41px;
	width:130px;
	height:37px;
	text-indent: -9999px;
	background-image:url(../img/mail.gif);
}
div.mail a:hover{
	width:130px;
	height:37px;
	text-indent: -9999px;
	background-image:url(../img/mail_a.gif);
}
div.socialicons{
	position:absolute;
	display: block;
	width:126px;
	height:24px;
	top:210px;
	left:42px;
}
div.socialicons img{
	float:left;
	padding-right:10px;
	border:0;
}
div.socialicons img:hover {
		padding-top:2px;
}
div.clear {
	clear:both;
}

:focus {
   overflow: hidden;
   -moz-outline-style: none;
   outline-style: none;
}
select:focus {
   overflow: visible;
}


