/*#secretBox {
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: #000;
	color: #fff;
	z-index: 999;
} */

#secretBox {
    background:none repeat scroll 0 0 #FFFFFF;
    color:#FFFFFF;
    height:1000px;
    left:50%;
    margin-left:-500px;
    margin-top:250px;
    position:absolute;
    top:0;
    width:1000px;
    z-index:999;
    border:2px solid #be9e56;
}
    
#innerContent {
	color: #000;
	position:absolute;
	top:0;
	left:-500px;
	width: 980px;
	margin-left:50%;
	margin-top:265px;
	z-index: 1000;
	height: 100% !important;
	min-height: 500px;
	line-height: 20px;
	font-size: 11px;
        display: block;
        padding-left:20px;
}

#innerContent img {
	margin-right: 20px;
}

#innerContent h3 {
    float:left; color: #BE9E56; font-family: times new roman; font-size:  25px; font-weight: lighter; width:886px; margin:0 auto; text-align:center;
}
