@charset "utf-8";
/* CSS Document */
*{
	position:relative;
	margin:0;
	padding:0;
	outline:none;
	resize:none;
}
html,
body{
	width:100%;
	height:100%;
	background-color:#000000;
}
/*body { overflow:scroll; }*/
a {
	color:#c0e9e3;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
#flashcontent {
  width:100%;
  height:100%;
  position:absolute;
  left:0px;
  top:0px;
  margin-left:0px;
  margin-top:0px;
  z-index:1;
}
div.need-flash {
	color:#ffffff;
	margin:auto;
	padding:20px;
	top:50%;
	text-align:center;
}
div.need-flash {
	width:400px;
	height:400px;
	margin-top:-200px;
}
div.social {
	margin-top:20px;
}
a.facebook, a.twitter, a.myspace, a.youtube {
	height:52px;
	display:inline-block;
	cursor:pointer;
}
a.facebook {
	width:52px;
	background:url(../images/html/social_facebook.jpg) no-repeat top left;
	margin-right:25px;
}
a.myspace {
	width:92px;
	background:url(../images/html/social_myspace.jpg) no-repeat top left;
	margin-right:25px;
}
a.youtube {
	width:50px;
	background:url(../images/html/social_youtube.jpg) no-repeat top left;
	margin-right:25px;
}
a.twitter {
	width:54px;
	background:url(../images/html/social_twitter.jpg) no-repeat top left;
}
span {
	visibility:hidden;
	overflow:hidden;
}
a.facebook:hover {
	width:52px;
	background:url(../images/html/over/social_facebook.jpg) no-repeat top left;
}
a.myspace:hover {
	width:92px;
	background:url(../images/html/over/social_myspace.jpg) no-repeat top left;
}
a.youtube:hover {
	width:50px;
	background:url(../images/html/over/social_youtube.jpg) no-repeat top left;
}
a.twitter:hover {
	width:54px;
	background:url(../images/html/over/social_twitter.jpg) no-repeat top left;
}