@charset "UTF-8";
body {
	background-color: #191919;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/structure/home-background.jpg);
}
#leftcolumn {
	float: left;
	width: 285px;
	margin: 20px 25px 25px 13px;
	height: 378px;
	overflow: hidden;
	vertical-align: top;
}
#centercolumn {
	float: left;
	margin: 25px 0px 25px 20px;
	width: 285px;
	height: 378px;
	overflow: hidden;
}
#rightcolumn {
	float: right;
	width: 285px;
	margin: 25px 13px 25px 0;
	height: 378px;
	overflow: hidden;
}
#videobg {
	background-image: url(../images/structure/video_bg.gif);
	background-repeat: no-repeat;
	width: 265px;
	height: 180px;
	margin: 5px 0 10px 0;
	padding: 5px 2px 0px 18px;
}

.fan_box .connect_widget .connect_widget_text {
color: #ccc;
}