@charset "utf-8";

/* CSS Document */


 @IMPORT url("tpl.css");
 @IMPORT url("menu.css");
 @import url("fancybox.css");
 @import url("bb.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,body,div,p,h1,h2,h3,ul,ol,span,table,td,form,img,li,u{
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#fff;
}

html {
	height: 100.1%;
}

body {
	height: 100.1%;
	background-color: #0297BE;
	font-size: 14px;
	background-image: url("../gfx/layout/bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

img { border: 0;}
