html, body {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	position:relative;
}

#bg1, #bg2, #bg3, #bg4 {
	width:100%;
	height:100%;
	position:fixed;
	z-index:0;
}

#bg1 {
	background:url("http://www.popnmusic.fr/theme/portable/images/bg1.gif") top left repeat-x #FFFFFF;
}

#bg2 {
	background:url("http://www.popnmusic.fr/theme/portable/images/bg2.png") bottom left repeat-x;
}

#bg3 {
	background:url("http://www.popnmusic.fr/theme/portable/images/bg3.gif") bottom right repeat-x;
}

#bg4 {
	background:url("http://www.popnmusic.fr/theme/portable/images/bg4.png") bottom left repeat-x;
}

html {
	height:100%;
	background:none;
}

#page {
	_border:solid 1px #555555;
	width:950px;
	margin:0 auto;
	position:relative;
}


/******************************
*	COLONNE DE GAUCHE		  *
******************************/
#colonne-gauche {
	clear:both;
	float:left;
	width:127px;
	height:100%;
	padding:15px;
}

.corner {
	float:left;
	margin-left:3px;
}


/***************************
*		CORPS			   *
***************************/
#contenu, #contenu-forum {
	background:url("http://www.popnmusic.fr/images/menu-gauche.png") top left repeat-y;
	background-color:#FFFFFF;
	color: #000;
	width:950px;
	height:100%;
	padding-bottom:50px;
}

#contenu-forum {
	background:none;
	background-color:#FFFFFF;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	margin:0 auto;
}

#site-description {
	text-align:center;
	font:bold 12px Arial, Helvetica, sans-serif;
}

#logo {
	display:block;
	float:none;
}

