/*
	Web ScreenSaver
	Creado por Juan Miguel 'SoutlinK' Besada Vidal
	Version: 1.0
*/
#webscreensaver
{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: #000;
}

#webscreensaver img
{
	display: none;
	position: absolute;
	z-index: 1001;
	top: 50%;
	left: 0%;
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
}