   *{
	    	margin:0;
	    	padding:0;
	    }
	    
	    @font-face {
    font-family: 'LimelightRegular';
    src: url('Limelight-webfont.eot');
    src: url('Limelight-webfont.eot?#iefix') format('embedded-opentype'),
         url('Limelight-webfont.woff') format('woff'),
         url('Limelight-webfont.ttf') format('truetype'),
         url('Limelight-webfont.svg#LimelightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
	    body {
	    	text-align: center;
	    	background: #2e2013;
	    	    font-family: 'LimelightRegular';
	    	    color:#fff;
	    }
	    img{
			border: none;
		}
	    .leftcurtain{
			width: 50%;
			height: 705px;
			top: 0px;
			left: 0px;
			position: absolute;
			z-index: 2;
		}
		 .rightcurtain{
			width: 51%;
			height: 705px;
			right: 0px;
			top: 0px;
			position: absolute;
			z-index: 3;
		}
		.rightcurtain img, .leftcurtain img{
			width: 100%;
			height: 100%;
		}
		.logo{
			z-index: 35;
			position: absolute;
			top: 300px;
			left:40%;
		}
		.rope{
			position: absolute;
			top: -40px;
			left: 70%;
			z-index: 4;
		}
	   #showcase{
		width: 100%; 
		background:url(images/stage.jpg) repeat-x;
		height:190px;
		padding-top:10px;
	   }
	   .col{
		width: 23%;
		margin:1%;
		float:left;
	   }
	   #site{
		  
	   }
	        #announcer {
            background: transparent url(images/announcer-animate.png) 0 0 no-repeat;
            position: absolute;
            top: 468px;
            left:80%;
            width: 188px;
            height: 237px;
            z-index: 2000;
            cursor: pointer;
        }
        h1, h2{
            font-family: 'LimelightRegular';
text-shadow: 2px 3px 3px #292929;
color: white;
margin-bottom: 5px;
        }
        h1{font-size: 200%}
        h2{font-size: 120%;}
        .col{
        font-size: 90%;
        font-family: Verdana;
        }
        #col1{
        font-size: 120%;
        }
        a{
        color: #791a16;
        }
        a:visited{
        color: #791a16;
        }
#thumbnail{
display:none;
}
.col-2{
 width: 48%;  
 		margin:1%;
		float:left;
}

.button{
    margin-top: 15px;
 width: 75%;
 margin:auto;
 display:block;
 text-align:center;
 background: #fff; 
 padding: 15px;
 	    	    font-family: 'LimelightRegular';

}   
