@charset "utf-8";
html {
	height: 100%;
	overflow: hidden;
}
table#cadre {
	height: 100%;
	width: 100%;
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
	table-layout: fixed;
}
table#cadre td {
	vertical-align: middle;
}
body {
	min-width: 700px;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
    text-align: center;
	overflow: hidden;
	background-color: black;
	background-image: url(../pix/bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
@font-face {
    font-family: "SMG2K";
    src: local("smg2k"),
    	 url("fonts/smg2k.woff") format("woff"),
    	 url("fonts/smg2k.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
.bigTit {
	font-family: SMG2K;
	font-size: 14px;
	color: white;
}