﻿@font-face {  
	font-family: 'River Avenue';  
	src: url( fonts/riverave.ttf ) format("truetype");
}

@font-face {  
	font-family: 'Bitsumishi';  
	src: url( fonts/BITSUMIS.TTF ) format("truetype");
}

html{
	min-height:100%;
	background:#212643;
	background:-moz-radial-gradient(50% 0,circle, rgba(33,38,67,1), rgba(0,0,0,1)),rgb(33,38,67); /* Firefox */
	background:-webkit-radial-gradient(50% 0,circle, rgba(33,38,67,1), rgba(0,0,0,1)),rgb(33,38,67); /* Safari, Chrome - neue Syntax! */
	background:-o-radial-gradient(50% 0,circle, rgba(33,38,67,1), rgba(0,0,0,1)),rgb(33,38,67); /* Opera, funktioniert noch nicht, aber sicherlich bald */
	background:-ms-radial-gradient(50% 0,circle, rgba(33,38,67,1), rgba(0,0,0,1)),rgb(33,38,67); /* IE */
	background:radial-gradient(50% 0,circle, rgba(33,38,67,1), rgba(0,0,0,1)),rgb(33,38,67); /* W3C Standard */
}

body:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -5%;
    width: 110%;
    height: 10px;
    -webkit-shadow: 0 0 10px rgba(0,0,0,.8);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.8);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,.8);
    -o-box-shadow: 0 0 10px rgba(0,0,0,.8);
    box-shadow: 0 0 10px rgba(0,0,0,.8);
    z-index: 100;
}

body{
	color:rgb(255,255,255);height:100%;
	text-align:center;
	font-family: sans-serif;
}

#logoContainer{
	margin: 0 auto;
	width:420px;
	cursor: default;
}

#logoContainer #logo{
	height:300px;
	background: url(../gfx/logo.png) center no-repeat;
	margin-top:20px;
	margin-bottom: 30px;
}

#logoContainer .title{
	font-family: 'Bitsumishi';
	font-size: 8em; 
	line-height:0.5em
}

#logoContainer .caption{
	font-family:'River Avenue';
	font-size: 1.95em;
}

#contact{
	margin: 20px auto;
	font-size:12pt;
	text-align:left;
	width:420px;
}

#contact p{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:50%;
	margin:0;
	padding:0;
}

#contact p:nth-child(even){
	margin-left:-5px;
	text-align:right;
}

#additionalInfo{
	margin:20px auto;
	width:420px;
	font-size:8pt;
	text-align: left;
	color:#475082;
}