@font-face {
	font-family: 'swiss911_ucm_btregular';
	src: url('tt0106m0-webfont.eot');
	src: url('tt0106m0-webfont.eot?#iefix') format('embedded-opentype'),
	url('tt0106m0-webfont.woff') format('woff'),
	url('tt0106m0-webfont.ttf') format('truetype'),
	url('tt0106m0-webfont.svg#swiss911_ucm_btregular') format('svg');
	font-weight: normal;
	font-style: normal; 
}

html 
{
  height: 100%;
  width: 100%;
}

body
{
	height: 100%;
	width: 100%;
	overflow: auto;
	padding: 0px;
	margin: 0px;
	background-color: black;
	font-family: 'swiss911_ucm_btregular';
	text-shadow: 2px 2px #000000; 
}

::selection 
{
  background: #8c0815; /* WebKit/Blink Browsers */
}
::-moz-selection 
{
  background: #8c0815; /* Gecko Browsers */
}

a 
{ 
	color: white; 
	text-decoration:none;
}

#riker 
{
	position: fixed;
    width: 100%;
    height: 100%;
    background-size: 18500px 250px;
    background-image: url("rikerAnimated.gif");
}

#scrollMe 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200%; 
}


#end 
{
	position: fixed;
	width: auto;
	bottom: 50px;
	left: 10%;
	right: 10%;
	color: white;
	font-size: 74px; 
	opacity: 0;
	letter-spacing: .01em;
}


#designed 
{
	position: fixed;
	width: auto;
	bottom: 5px;
	right: 5px;
	left: auto;
	color: white;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	opacity: .75; 
}


#twitter1 
{
	position: fixed;
	width: auto;
	top: 4px;
	left: 160px;
	right: auto;
	bottom: auto;
}

#twitter2 
{
	position: fixed;
	width: auto;
	top: 4px;
	left: 4px;
	right: auto;
	bottom: auto;
}

#facebook
{
	position: fixed;
	width: auto;
	top: 30px;
	left: 4px;
	right: auto;
	bottom: auto;
}

#info
{
	position: fixed;
	width: auto;
	bottom: 65px;
	padding: 3px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: white;
	right: 3px;
	left: auto;
	top: auto;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 0px 0px #000000; 
}

#subinfo
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 0px 0px #000000; 
	margin-left: 17px;
	margin-right: 17px;
}

#paypal
{
	position: fixed;
	width: auto;
	bottom: 35px;
	right: -2px;
	left: auto;
	top: auto;
	color: white;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


/* tool tip */


.tooltip{
	display: inline;
	position: relative;
	color: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-shadow: 0px 0px #000000; 
	z-index: 10000;
}

.tooltip:hover:after{
	background: #fff;
	border-radius: 5px;
	bottom: -26px;
	margin-right:60px;
	content: attr(data);
	right: -50px;
	padding: 20px 20px;
	position: absolute;
	z-index: 98;
	width: 220px;
}

.tooltip:hover:before{
	border: solid;
	border-color: #fff transparent;
	border-width: 8px 8px 0px 0px;
	bottom: -18px;
	content: "";
	left: -10px;
	position: absolute;
	z-index: 99;
}
