html {
	min-height: 100%;
}

body {
    min-width:560px;
    min-height:700px;
}

a, a:hover, a:visited {
    color: #47083a;
}

/*#front {
    position: absolute;
    left:50%;
    top: 50%;
    margin-left: -210px;
    margin-top: -340px;
}*/

#mainRow {
    margin: 50px auto 0 auto;
    text-align: center;
}

#front p {
    margin-top: 50px;
    font-weight: normal;
	font-family: 'LG', sans-serif;
	text-transform:uppercase;
}

#front span.wie {
    margin-left: 100px;
}

#front p.wiewas {
    font-size: 2em;
    text-align: center;
}

#front p.impressum {
    font-size: .7em;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

@font-face {
	font-family: 'LG';
	src: url('../img/League_Gothic-webfont.eot'); /* IE9 Compat Modes */
	src: url('../img/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../img/League_Gothic-webfont.woff') format('woff'), /* Modern Browsers */
	     url('../img/League_Gothic-webfont.ttf')  format('truetype'); /* Safari, Android, iOS */
	}
