
/* =Global Elements
-------------------------------------------------------------- */
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	
	z-index: -1;
}

img{
	padding: 0;
	margin: 0 0 0 0;
	}

#content {
	text-align: center;
	width: 900px;
	margin: auto;
	padding: 0;
	z-index:2;
	}
	
.forbots{
	position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
	}

#Filles {
width: 484px;
height: 500px;
background-image: url(img/Filles1.png);
}

#Filles:hover {
background-image : url(img/Filles2.png);
} 

#Gars {
width : 416px;
height : 500px;
background-image : url(img/Gars1.png);
}

#Gars:hover {
background-image : url(img/Gars2.png);
}
