body {
	background:url(images/bg.png) center center repeat;
	padding:0;
	margin:0;

}
html, body {
	min-width:990px;
}

#wrapper {
	width:990px;
	height:675px;
	/*width:1324px; 
	height: 820px; */
	margin:auto; 
	padding-top:35px; 
	margin-top:2%; 
	border:none;
	background:url(images/wrapper_bg-3.png) no-repeat;
	}



#content {
width: 990px;
height:650px;
position:relative;
margin-left:6px;
margin-top:150px;
}


#column1 {width: 330px;height:650px; float:left; }

#column2 {
	width: 458px;
	height:650px;
	float:left; 
	}

#column3 {
	width: 164px;
	height:650px;
	float:left; 
	position:relative;
	top:-100px;	
}

#videoplayer {width: 400px; height:370px; position: absolute; background-color:#000; top:83px;left:356px;}
/*
.shadow {
    -moz-box-shadow: 2px 2px 5px 2px #000;
    -webkit-box-shadow: 5px 5px 4px #000;
    box-shadow: 5px 5px 5px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
*/


a , img{text-decoration: none; color: #000000;border:none;}
a:hover {color:#ff9900;}

a.grey {text-decoration: none; color: #999999;border:none;}
a.grey:hover {color: #ff9900;}




.clear {
clear:left;
}




