
*{
			margin:0;
			padding:0;
		}
a{
			color:black;
			text-decoration: none;
			outline: none medium;
		}
a:hover{
			text-decoration: none;
		}
img{ border-style: none; border-width: medium; }
body {
			overflow:hidden;/*Needed to eliminate scrollbars*/
			background:#000;
		}
#content{
			margin:0 auto;
			height:80px;
			width:100%;
			bottom:5%;
			z-index: 3;
			background:black no-repeat 90% 50%;
			border-top:1px solid #000;
			border-bottom:1px solid #4f4f4f;
			position:absolute;
		}
#contentframe{
			overflow: hidden;
			border-top:1px solid #4f4f4f;
			border-bottom:1px solid black;
			height: 100%;
			text-align:left;
			z-index: 3;
		}
/*Supersized Stamp*/
.stamp{ float: right; margin-top: -20px; margin-right: 20px; margin-left: 0; }
/*Supersize Plugin Styles*/
#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			background-image: url(../images/progress.gif);
		}
#supersize{ position:fixed; }
#supersize img, #supersize a{ height:100%; width:100%; position:absolute; z-index: 0; border-bottom-width: 20px; }
#supersize .prevslide, #supersize .prevslide img{
			z-index: 1;
		}
#supersize .activeslide, #supersize .activeslide img{
			z-index: 2;
		}
