html { overflow-y: scroll; overflow-x: hidden; height: 100%; }
body { overflow-x: hidden; font-family: Segoe UI, sans-serif, Arial, Tahoma; font-size: 12px; background: #181818; margin: 0; padding: 0; color: #fff; }
#flashcontent { height: 100%; }
a {	text-decoration: none; outline: none; }
a img { border: 0; }
#header { height: 70px; background: #101010; }
#gallery a { float: left; width: 250px; height: 120px; position: relative; overflow: hidden; }
#gallery img { position: absolute; }
#album { line-height: 0; font-size: 0; display: none; }
#backToGallery { display: none; }
#logo { float: left; margin: 20px 0 0 10px; }
#closeAlbum { float: right; margin: 25px 30px 0 0; }
#version { float: left; margin: 32px 0 0 -5px; font-size: 10px; color: gray; }
#menu { left: 300px; top: 25px; position: absolute; color: #BEBEBE; }
#menu a, #menu a:visited { text-decoration: none; color: #4DA2E3; font-weight: bold; font-size: 13px; background: #03243D; padding: 3px; }
				
