/************************************************************************************
   +-----------------------------------------------------------------------------+
   |   SPLASH.CSS
   +-----------------------------------------------------------------------------+
   |
   |   copyright >   (C) Oliver Nowak | DeyDesigns
   |   url       >   http://www.deydesigns.com
   |   email     >   info@deydesigns.com
   |
   +-----------------------------------------------------------------------------+
 ************************************************************************************/

            * {
                margin: 0;
                padding: 0;
            }
            html {
                height: 100%;
				background: #fff;
                /* background: #fff url(./media/b4g.gif); */
            }
            body {
                height: 100%;
                letter-spacing: -0.3px;
                font: 10px Arial, Verdana, sans-serif;
                color: #8D8D8D;
				background: #fff;
	            /* background: #fff url(./media/b4g.gif); */
	        }
            a {
                color: #8D8D8D;
                text-decoration: none;
            }
            a:hover {
                color: #FEAD00;
            }
            ul {
                padding-top: 280px;
                list-style-type: none;
            }
            div#outer {
                margin: 0 auto;
                width: 550px;
                min-height: 100%;
                text-align: center;
                /* background: url(./media/shadow_offligne.png) repeat; */
            }
            div#splash {
                margin: 0 auto;
                padding: 20px;
                width: 484px;
                height: 500px;
                background: #fff url(./media/splash.jpg) no-repeat center;
            }/*
            div#footer {
                clear: both;
            	margin: 0 auto;
                padding: 20px 0 20px 0;
                width: 524px;
                text-align: center;
                border-top: 1px dotted #666;
                background: #333 url(./media/bg_footer.gif) repeat-x;
            }*/