
#intro-wrap {
	position: absolute;
	top: 150px;
	left: 0;
	z-index: 600;
    border-left: 0px solid rgba(0,0,0,.2);
    width: 960px;
}
#contentWrap{
    background:url('../img/bg-white.png');
    padding: 15px 40px 25px 30px;
	   color: #111;
	font-size: 12px;
	opacity: 1.0;
	font-family: Helvetica, Arial;
}


#intro-wrap p {
   color: #111;
	font-size: 12px;
	opacity: 1.0;
	font-family: Helvetica, Arial;
}
.open-intro,
.close-intro {
    position:absolute;
    left:960px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    z-index: 50;
    padding-left:0px;
}
.open-intro {
    display: none;
    background:url('../img/bg-white.png');
}
.close-intro {
    background:url('../img/bg-white.png');
}
h1.main-header {color: #8a8a8a;
margin-left:20px;
	font-size: 32px;
	text-transform: uppercase;
	letter-spacing: 0.2em; 
	line-height: 1em;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
	font-family: 'BebasNeueRegular', Impact;
	font-weight: normal;
	width:600px;}