
#did_you_know
{
position:fixed;
right:-195px;
top:30%;
border:0;
width:210px;
height:280px;
margin:0px;
z-index:100;
border-top-left-radius:3px;
border-bottom-left-radius:3px;
padding:0px 25px 25px 25px;
box-shadow:#000 5px 5px 10px;
-webkit-box-shadow:#000 5px 5px 10px;
background:#141414;
}



#did_you_know a{
background:url(../images/quick.png) no-repeat ;
width: 23px;
height: 138px;
margin-left: -18px;
margin-top: 45px;
margin-right:10px;
float: left;
position: relative;
top: -13px;
cursor:pointer;
}
#did_you_know a.expanded {
      background-position: 0px 0px;
}




div#container
{
width:1100px;
margin:0 auto;
box-shadow: 0 0px 37px 0px #020202 ;
}

div#col1
{
background: #151515;
width: 250px;
float: left;
box-shadow: 0 0px 37px 0px #020202 ;
z-index: 1000;
position: absolute;
}

div#col2
{	
width:850px;
float:right;
}

