* {
     margin: 0;
     padding: 0;
     }

html, body {
     height: 100%;
     }

body {
	background: #7e6347 url('../img/splash/bg_splash.jpg') repeat;
	color: #3c2302;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
     }

img {
     border: none;
     }

a {
     color: #3c2302;
     text-decoration: none;
     }
     a:hover {
          text-decoration: underline;
          }

#flashcontent {
     position: absolute;
     top: 0;
     left: 0;
	height:100%;
	min-height: 500px;
	min-width: 778px;
     }

#noflash {
     position: absolute;
     top: 50%;
     left: 50%;
     width: 778px;
     height: 410px;
     margin: -205px 0 0 -138px;
     text-align: center;
     }
     #noflash p {
          margin-bottom: 10px;
          }
     #noflash ul#menu {
          clear: both;
          list-style: none;
          text-transform: uppercase;
          font-size: 10px;
          width: 652px;
          margin: 20px auto 0;
          }
          #noflash ul#menu li {
               float: left;
               margin-right: 10px;
               }
          #noflash ul#menu li.last {
               margin-right: 0;
               }