@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

.no-js {
 top: 0;
}

body {
	background: url('../i/gg.jpg') no-repeat top center / cover rgba(255, 30, 50, .5);
	background-blend-mode: soft-light;
}

.page-full {
	position: absolute;
	top: 0;
	color: pink;
    background-color: pink;
    mix-blend-mode: screen;
    width: 100%;
    height: 100%;
    
	
}

.wrapper {
	margin: 64px auto 0 auto;
	width: 618px;
	height: 640px;
	mix-blend-mode: multiply;
}

.center { 
	font: 145px/122px 'BebasNeueRegular', sans-serif;
	color: #f2f2f2;
	text-shadow: 3px 3px 1px #222;
}

.centerrr {
	background: url(../i/train-repeat-615.gif) no-repeat;
	margin-top: 12px;
	width: 615px;
	height: 319px;
	float: left;
	border:1px solid #222;
	-moz-box-shadow:0px 0px 4px rgba(20,20,20,.75); 
	-webkit-box-shadow:0px 0px 4px rgba(20,20,20,.75); 
	box-shadow:0px 0px 4px rgba(20,20,20,.75);
}

a {
	color: #728e00;
	text-decoration: none;
}
a:hover {
 color: #4d6000;
}

footer {
	clear: both;
	background: #323232;
	width: 100%;
	height: 40px;
	margin: 12px auto 0;
	padding: 20px;
	position: absolute;
	bottom: 0;
	font: 12px/24px 'BebasNeueRegular', sans-serif;
	color: #f3f3f3;
	text-align: center;
	-webkit-box-shadow: inset 0px 2px 10px 0px rgba(20, 20, 20, 0.75);
	-moz-box-shadow: inset 0px 2px 10px 0px rgba(20, 20, 20, 0.75);
	box-shadow: inset 0px 2px 10px 0px rgba(20, 20, 20, 0.75);
}


/* @font-face */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 27, 2011 12:57:54 PM America/New_York */



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

}

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

}

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

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