* {
	margin:0px;
	}
body {
	background:url(../img/fonsindex.jpg) center top;
	}
	
.menu {
	width:900px;
	height:60px;
	margin:auto;
	position:relative;
	}
		.logo {
			position:absolute;
			width:145px;
			height:130px;
			top:10px;
			left:20px;
			}
		.logojuniors {
			position:absolute;
			width:180px;
			height:70px;
			top:25px;
			left:-10px;
			}
		.menuflash {
			position:absolute;
			width:900px;
			height:60px;
			top:0px;
			left:0px;
			}
	
.contingutflash {
	width:900px;
	margin:auto;
	padding:20px 0 0 0;
	}

#flash {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 400px;
    margin-top: -250px;    // 600px/2
    width: 800px;
    margin-left: -400px;    // 900px/2
}

