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

/*------------------------------------------ begin the main style*/
html, body {
	background:#000000 url(../images/main-bg.jpg) top no-repeat;
	font-family:Tahoma;
	font-size:small;
	margin:0;
	}
*{
	margin:0;
	padding:0;
}
a{
	color:#fdfff4;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.clear{
	clear:both;
	font-size:0px;
}
/*------------------------------------------ the main Container of site*/
#mainContainer{
	margin:0 auto;
	width:443px;
	position:relative;
	background:url(../images/purple-bar-top94.png) 0px 200px repeat-x;
	text-align:center;
	padding:50px 0 0 14px;
}
a#signup-button{
	width:349px;
	height:249px;
	margin:0 auto;
	margin-top:30px;
	display:block;
	background:url(../images/click-here-button.png);
}
a:hover#signup-button{
	background-position:0 -249px;
}
a#signup-button span, a#thewhigs span, a#autorecords span, a#post-twitter span, a#post-facebook span{
	display:none;
}
a#thewhigs{
	width:429px;
	height:48px;
	display:block;
	margin:0 auto;
	margin-top:51px;
	background:url(../images/thewhigs-button.png) left top no-repeat;
}
a:hover#thewhigs{
	background-position:0 -48px;
}
a#autorecords{
	width:155px;
	height:65px;
	display:block;
	margin:0 auto;
	margin-top:51px;
	background:url(../images/ato-records-button.png) left top no-repeat;
}
a:hover#autorecords{
	background-position:0 -65px;
}
#cookie-set{
	margin-top:32px;
}
.share-with-friends{
	padding:43px 0 0 0;
}
a#post-twitter{
	width:163px;
	height:43px;
	display:block;
	background:url(../images/post-twitter-button.png) left top no-repeat;
	float:left;
	margin:22px 10px 0 56px;
}
a:hover#post-twitter{
	background-position:0 -43px;
}
a#post-facebook{
	width:167px;
	height:43px;
	display:block;
	background:url(../images/post-facebook-button.png) left top no-repeat;
	float:left;
	margin:26px 0 0 0;
}
a:hover#post-facebook{
	background-position:0 -43px;
}