
#background #front-background #background-screenshot-fixe, 
#background #front-background #background-screenshot 
{
	position: absolute; 
	left: 0px; 
	right: 0px; 
	top: 0px; 
	bottom: 0px; 
	background-size: 100%; 
	background-position: center;
	background-repeat: no-repeat; 
}

#background #front-background #background-screenshot-fixe
{
	background-image: url("../../images/background/screenshot.png");
}

#background #front-background #background-screenshot
{
	background-image: url("../../images/background/screenshot.gif");
}