		*{
			margin:0;
			padding:0;
		}
		a{
			color:#8FC2FF;
			text-decoration: none;
			outline: none;
		}
		a:hover{
			text-decoration: underline;
		}
		img{
			border:none;
		}
		body {
			overflow:hidden;/*Needed to eliminate scrollbars*/
			background:#000;
		}
		#content{
			margin:10% auto;
			width: 100%;
			z-index: 3;
			text-align: center;
			position:absolute;
			
		}
		#contentframe{
		margin:0px auto;
			overflow: hidden;
			background: url(card.png);
			text-align:left;
			z-index: 3;
			height:576px;
			width:762px;
			
		}
		#contentframe p {text-indent: -99999px;}
		
		#slidecounter{
			float:left;
			color:#4F4F4F;
			font:50px "Helvetica Neue", Arial, sans-serif;
			font-weight:bold;
			margin:18px 20px;
			display: none;
		}
		#slidecaption{
			overflow: hidden;
			float:left;
			color:#FFF;
			font:26px "Helvetica Neue", Arial, sans-serif;
			font-weight:bold;
			margin:33px 0;
			display: none;
		}
		/*Supersized Stamp*/
		.stamp{
			float: right;
			margin: 25px 20px 0 0;
			display: none;
		}
		/*Supersize Plugin Styles*/
		#navigation{
			background: url('images/navbg.gif') no-repeat;
			float: right;
			margin:22px 20px 0 0;
		}
		#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			
		}
		#supersize{
			position:fixed;
		}
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			position:absolute;
			z-index: 0;
		}
		#supersize .prevslide, #supersize .prevslide img{
			z-index: 1;
		}
		#supersize .activeslide, #supersize .activeslide img{
			z-index: 2;
		}
		
		#emailinfo {width: 138px; height: 25px; background: transparent;top: 330px; left:220px; position:relative;}
		#emailkriss {width: 145px; height: 25px; background: transparent;top: 349px; left:132px; position:relative;}
		#emaildarko {width: 160px; height: 25px; background: transparent;top: 349px; left:150px; position:relative; display:none}
		#emailinfo:hover, #emailkriss:hover, #emaildarko:hover {border-bottom: 2px solid #333;}