@charset "UTF-8";
/* CSS Document */

.bgGlobal {
	background-image: url(../elements/png/bgGlobal.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#centerContainer {
	position:absolute;
	left:50%;
	margin-left:-480px;
	top:0px;
	width:960px;
	height:685px;
}
#container {
	position:absolute;
	width:960px;
	height:685px;
}
