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

html {
  font-family: sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #000000;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
	background: url(/content/images/bg.jpg) top center fixed;
}

.container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 570px;
	height: 287px;
	margin: -143px auto 0 -285px;
}

.logo {
	float: left;
	width: 250px;
	height: 287px;
	-webkit-box-shadow: 0 0 10px #666666;
          box-shadow: 0 0 10px #666666;
}

.content {
	float: right;
	width: 300px;
	height: 287px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: 0 0 10px #666666;
          box-shadow: 0 0 10px #666666;
}

h1 {
	font-family: 'BebasNeue', sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #4a6c6a;
	text-transform: uppercase;
	margin-top: 60px;
}

a {
	color: #666666;
	font-size: 16px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}