/* 
 * Description: start page stylesheet
 * Author: Markus Goernhardt
 * 
 * $Id: splash.css 800 2025-06-27 12:59:00Z markus $
*/

/* general */
html,
body {overflow:hidden;}
body {width:100%;height:100%;margin:0;padding:0;background:#2d2822;}
#splash {position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;}
#splash > a {display:block;position:absolute;top:50%;left:50%;margin:-64px -175px 0;width:350px;height:111px;background:url('//static.yasic.de/images/logo.png') no-repeat;}
