body {
background-color: black;
margin-top: 20px;
margin-left: 0;
margin-right: 0;
font-family: Arial, Helvetica, Verdana, Sans-serif;
font-size: 14px;
color: #444444;
}

#wrapper{
width: 980px;
background-color: #F2EFCA;
margin: 0px auto;
}

#leftcolumn {
width: 180px;
float: left;
}

#header{
width: 950px;
height: 322px;
background: url(http://hitekfx.com/images/hitekfx1.jpg);
margin: 0px auto;
margin-top: 20px;

}

#content{
padding-top: 15px;
padding-bottom: 40px;
margin: 0px auto;

}

#vid{
background-color: #000000;
margin-left: 180px;

}


#footer{
background-color: #000000;
height: 92px;
padding-top: 40px;
}

.shadow2{
box-shadow: 7px 7px 8px #818181;
-webkit-box-shadow: 7px 7px 8px #818181;
-moz-box-shadow: 7px 7px 8px #818181;
-ms-filter: "progid:DXImageTransform.Microsoft.dropShadow(color=#818181,offX=7,offY=7, positive=true)";
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true);
}
