 /* reset
----------------------------------------------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
margin:0;
padding:0;
border:0;
outline:0;
font-weight:inherit;
font-style:inherit;
font-size:100%;font-family:inherit;
vertical-align:baseline;
}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

ol,ul {
list-style:none;
}

* { 
margin:0; 
padding:0;
overflow: hidden; 
}

body {
font-family: 'BebasNeueRegular', sans-serif;
font-size:50px;
font-weight:normal;
color: #CF6;
letter-spacing: 0;
}

#preloader {
 position: fixed;
   z-index: -9999;
   width: 100%;
   height: 100%;
   background: url(../img/loader.gif) no-repeat center center;
}

h1 {
bottom: 60px;
position:absolute;
text-align:center;
width: 100%;
  filter:alpha(opacity=50);
  -moz-opacity: 0.50;
  opacity: 0.50;
  -khtml-opacity: 0.50;
}

h2 {
bottom: 27px;
font-size:20px;
position:absolute;
text-align:center;
width: 100%;
  filter:alpha(opacity=50);
  -moz-opacity: 0.50;
  opacity: 0.50;
  -khtml-opacity: 0.50;
}

#wrapper {
	position: relative;
	overflow: hidden;
	background:url(../img/tramae.png);
}

#wrapper img {
position:relative;
-ms-interpolation-mode:bicubic; 
image-rendering: optimizeQuality; 
top:0;
left:0;
z-index:-1;
	display:none;
}