@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'catwomanregular';
    src: url('fonts/catwoman-webfont.eot');
    src: url('fonts/catwoman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/catwoman-webfont.woff') format('woff'),
         url('catwoman-webfont.ttf') format('truetype'),
         url('fonts/catwoman-webfont.svg#catwomanregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*{
	margin:0;
	padding:0;
}

html {
	background: #000;
}
body{
	width: 960px;
	margin: auto;
	background: #000000;
	padding-top: 20px;
  
}

#wrapper {
	font-family: "Helvetica","Arial",serif;
  	color: #333;
	background: #000000;  
}
#splash1 {
	width: 1000px;
	background-color:transparent;
}
#splash {
	height: 582px;
	width: 1000px;
	margin-top: 50px;
}
#enter h3 {
	font-family: 'catwomanregular';
	font-size:48px;
	text-align: center;
	margin-top: 100px;
}
#enter a{
	text-decoration:none;
	background: url(images/enter.png);
	height: 48px;
	width: 207px;
	color: #ad0000;
}
#enter a:hover {
	background: url(images/enterhover.png);
	height: 48px;
	width: 207px;
}

#exit h4 {
	font-family: 'timesnewromanregular';
	font-size:16px;
	text-align: center;
	margin-top: 50px;
	color: #ffffff;
}


#exit h3 {
	font-family: 'catwomanregular';
	font-size:32px;
	text-align: center;
}
#exit a{
	text-decoration:none;
	color: #ad0000;
}
#exit a:hover {
	color: #fff;
	text-decoration:underline;
}

#over18 {
	font-family: 'timesnewromanregular';
	font-size:14px;
	text-align: center;
	margin-top: 30px;
	color: #ffffff;
}



.imageRow {
  *zoom: 1;
  margin: 20px 0;
}
.imageRow:after {
  content: "";
  display: table;
  clear: both;
}
/* line 320, ../sass/screen.sass */
.imageRow .single {
  float: left;
}
/* line 322, ../sass/screen.sass */
.imageRow .single a {
  float: left;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  padding: 7px;
  line-height: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  margin-right: 40px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 332, ../sass/screen.sass */
.imageRow .single a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
/* line 335, ../sass/screen.sass */
.imageRow .single a:hover {
  background-color: #8e8e8e;
}
/* line 337, ../sass/screen.sass */
.imageRow .set {
  float: left;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 343, ../sass/screen.sass */
.imageRow .set:hover {
  background: rgba(255, 255, 255, 0.2);
}
/* line 346, ../sass/screen.sass */
.imageRow .set .single a {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-right: 0;
}
/* line 351, ../sass/screen.sass */
.imageRow .set .single a:hover {
  background-color: #8e8e8e;
  -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}
/* line 355, ../sass/screen.sass */
.imageRow .set .single.first a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 358, ../sass/screen.sass */
.imageRow .set .single.last a {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.set {
	margin-left: 10px;
}

#footer {
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	font-weight:bold;
	color:#333;
	margin-top: 40px;
	padding-bottom: 10px;
	padding-top: 20px;
}

#loading
{
<span class="IL_AD" id="IL_AD3">animation</span>-name: myfirst;
animation-duration: 5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-play-state: running;
/* <span class="IL_AD" id="IL_AD4">Firefox</span>: */
-moz-animation-name: myfirst;
-moz-animation-duration: 5s;
-moz-animation-timing-function: linear;
-moz-animation-iteration-count: infinite;
-moz-animation-play-state: running;
/* Safari and Chrome: */
-webkit-animation-name: myfirst;
-webkit-animation-duration: 5s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
-webkit-animation-play-state: running;
}
@keyframes myfirst
{
from {transform:rotateY(0deg);}
to {transform:rotateY(360deg);}
}
 
@-moz-keyframes myfirst /* Firefox */
{
from {-moz-transform:rotateY(00deg);}
to {-moz-transform:rotateY(360deg);}
}
 
@-webkit-keyframes myfirst /* Safari and Chrome */
{
from {-webkit-transform:rotateY(0deg);}
to {-webkit-transform:rotateY(360deg);}
}