/** IPTV NEWS CONTAINER **/

@charset "UTF-8";

*	{
	margin:0;
	padding:0;
	border:0;
	}

html {
	width: 100%;
	margin: 0 auto;
	background: #EBEBEB url(../images/site/bground-top-bar.png);
	background-repeat: repeat-x;
	z-index: 10;
	background-position: left top;
}

body
	{
	background: url(../images/site/site-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	position:relative;
	height: 100%;
	}


#wrapper {
	margin: 0 auto;
	width: 980px;
	position:relative;
	margin-bottom: 10px;
}

.wide-col {
	width: 980px;
}

#header {
	height: 112px;
}

#primary-menu {
	height: 66px;
}

#scrolling-news {
	height: 50px;
}

#footer {
	clear: left;
	margin-top: 20px;
}

#left-column {
	float: left;
	width: 560px;
}

.left-col {
	float: left;
	width: 560px;
}

.right-col {
	float: left;
	width: 385px;
	padding-left: 35px;
}

#left-slim-col {
	float: left;
	width: 245px;
}

#right-slim-col {
	float: right;
	width: 120px;
	padding-left: 20px;
	_padding-left: 10px; /*IE 6*/
	
}
