	/* sl-s.de */

	/**
	*
	*	@filename:		style.css
	*	@location:		./
	*	@author:		sl-s.de
	*	@lastEdit:		2024-03-30 by sl-s.de
	*	@fileVersion:	v1.0
	*	@copyright:		2024 sl-s.de
	*	@category:		mainframe
	*	@package:		css
	* 
	**/

	html , body {
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		height: 100%;
		width: 100%;
		background-color: #d3dfe6;
	}


	.slsLogo{
		position: relative;
		background-image: url("./sls_logo.png");
		width: 1024px;
		height: 612px;
		top: 50%;
		left: 50%;
		margin-left: -512px;
		margin-top: -306px;
	}
	
	.email{
		position: absolute;
		width: 100%;
		height: 30px;
		bottom: -10px;
	}
	
	.email p{
		text-align: center;
	}
	
	
	
	
	