html {
	height: 100%;
}

body {
	background: #fad800 url(../images/default_background.jpg) repeat-x;
	font-family: Arial;
	height: auto;
	font-size: small;
}

.fleft {
	float: left;
}
.fright {
	float: right;
}

div#site_positioner {
	position: relative;
	width: 995px;
	margin: auto;
}

div#leaderboard_top {
	float: right;
	margin-top: 50px;
	margin-bottom: 15px;
	height: 90px;
}

img#logo {
	position: absolute;
	z-index: 100;
	width: 268px;
	height: 39px;
	top: 150px;
	left: 10px;
}

div#top_bar {
	position: relative;
	clear: both;
	height: 37px;
	background: url(../images/top_bar_bg.png) no-repeat;
}

div#top_bar div#lang_choice {
	width: 170px;
	float: right;
	margin-top: 4px;
}

div#content_pane {
	width: 977px;
	margin: auto;
	border-left: 2px solid #f5f5f5;
	border-right: 2px solid #f5f5f5;
	background: #fff url(../images/top_bar_shadow.png) repeat-x;
	min-height: 400px;
	padding-top: 40px;
}

div#content_main {
	width: 797px;
	float: left;
}
div#content_sidebar {
	width: 170px;
	float: left;
}

img#content_pane_bottom {
	width: 981px;
	margin-left: 7px;
}

img#bottom_spongebob {
	margin-left: 18px;
}

div#footer_copy {
	width: 939px;
	height: 70px;
	margin-left: 29px;
	background: url(../images/footer_copy.png) no-repeat;
	color: #fff;
	font-size: 11px;
	padding: 5px;
}
	div#footer_copy a:link, div#footer_copy a:visited {
		color: #fff;
		text-decoration: underline;
	}
	div#footer_copy a:hover {
		text-decoration: none;
	}

div#footer_copy_nl{
	width: 939px;
	height: 70px;
	margin-left: 29px;
	background: url(../images/footer_copy_nl.png) no-repeat;
	color: #fff;
	font-size: 11px;
	padding: 5px;
	
}
	div#footer_copy_nl a:active, a:link, a:visited{
		color:white;
		text-decoration:underline;
	}
	div#footer_copy_nl a:hover{
		color:#fad800;
		text-decoration:underline;
	}
	div#footer_copy_nl ul#footer_links{
		margin-right:15px;
		text-align:right;
	}
		div#footer_copy_nl ul#footer_links li{
			display:inline;	
		}
	div#footer_copy_nl div#footer_channels{
		width:132px;
		height:37px;
		margin:0 auto;
		padding-top:5px;
	}
		div#footer_copy_nl div#footer_channels a.footer_channel{
			float:left;
		}
		div#footer_copy_nl div#footer_channels a#mtvn_nick{
			display:block;
			width:50px;
			height:37px;
			background: url(../images/mtvn_channels_be.gif) no-repeat 0px 0px;
		}
		div#footer_copy_nl div#footer_channels a#mtvn_nick:hover{
			display:block;
			width:50px;
			height:37px;
			background: url(../images/mtvn_channels_be.gif) no-repeat 0px -37px;
		}
		div#footer_copy_nl div#footer_channels a#mtvn_tmf{
			display:block;
			width:42px;
			height:37px;
			background: url(../images/mtvn_channels_be.gif) no-repeat -50px 0px;
		}
		div#footer_copy_nl div#footer_channels a#mtvn_tmf:hover{
			display:block;
			width:42px;
			height:37px;
			background: url(../images/mtvn_channels_be.gif) no-repeat -50px -37px;
		}
		div#footer_copy_nl div#footer_channels a#mtvn_mtv{
			display:block;
			width:40px;
			height:37px;
			background: url(../images/mtvn_channels_be.gif) no-repeat -92px 0px;
		}
		div#footer_copy_nl div#footer_channels a#mtvn_mtv:hover{
			display:block;
			width:40px;
			height:37px;
			background: url(../images/mtvn_channels_be.gif) no-repeat -92px -37px;
		}
	
#metriweb_button {
	margin-left: 18px;
}

div#retour{
	background:url(/images/retour_homepage.jpg) no-repeat;
	width:224px;
	height:61px;
}
	#retour a{
		display:block;
		width:224px;
		height:61px;
	}
