/* CSS Document */

body
	{
		background-color: #FFFFFF;
		margin: 0;
		padding: 0;	
		background-repeat: no-repeat;
		background-position-x: center;
		background-position-y: 0px;
		
	}

#container
	{
		position: relative;
		padding: 0;
		margin:0;
		width: 100%;	
		min-height: 100%;
		height: 100%;
	}
	
#galgalon , #numbers , #games , #stories , #surprises , #holidays
	{		
		width: 100%;
		height: 500px;
		/*\*/* height: 100%; /**/
	}


