/*
img {
	display:none;
}
*/

#header {
	display:none;
	height: 0px;
	width: 0px;
}
#disconnect{
	display:none;
}

#footer {
	display:none;
}

#infoUser {
	display:none;
}

#center{
	background-color: #00FF00;
/*	position: absolute;*/
	top: 0px;
/*    
	overflow: visible;
*/
/*
    height: 2000px;
	    width: auto;
*/
	float: none !important;
}

#globalContainer {
	background-color: #FF0000;
    height: auto;
	float: none !important;
	overflow: visible !important;
	position: relative;
}

body {
	background-color: #0000FF;
    height: auto;
	float: none !important;
	overflow: visible !important;
	position: relative;
}

#bodyPanel {
	/*position: absolute;*/
	top: 25px;
	width: 98%;
	font-size: 12px;
    color: black;
	
	background-color: #0000FF;
    height: auto;
	float: none !important;
	overflow: visible !important;
	position: relative;
	
}
/*
.cleanimg {
	display:none;
}
*/