@charset "utf-8";

/* CSS Document */


 @IMPORT url("tpl.css");
 @IMPORT url("footnavi.css");
 @import url("fancybox.css");

@font-face {
	font-family: 'SansationBold';
	src: url('../font/sansation_bold-webfont.eot');
	src: local('☺'), url('../font/sansation_bold-webfont.woff') format('woff'), url('../font/sansation_bold-webfont.ttf') format('truetype'), url('../font/sansation_bold-webfont.svg#webfontpvntt7C0') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
        height: 100%;
		overflow-y: auto;
		background-color: transparent;
}

body {
        background: #181309 url(../gfx/layout/bg.png) no-repeat center top;
        margin: 0;
        padding: 0;
        font: 10px normal Verdana, Arial, Helvetica, sans-serif;
        height: 100%;
}
* {margin: 0; padding: 0; outline: none;}

img {border: none;}

