html {
	margin:0; 
	padding:0; 
	border:0;
	height:100%;
}
body {
	text-align: center; /* Fix bug centrage IE */
	margin: 0;
	padding: 0;
	height:100%;
	background-image:url(../images/fonds/bg_global.gif);
}

#divglobal {
	position:relative;
	margin: 0 auto 0 auto;
	padding: 0;	
	width:1060px;
	/*background-image:url(../images/fonds/bg_global.gif);*/
}
#contenu {
	margin: 0 auto 0 auto;
	width:980px;
}	

#skyscraper {
	position: absolute;
	top: 123px;
	left: 1025px;
	width:120px;
	border-top: solid 1px #F5F5F5;
	border-right: solid 1px #F5F5F5;
	border-bottom: solid 1px #F5F5F5;
	border-left: solid 1px #F5F5F5;
	overflow: visible;

}
