@charset "utf-8";
@import url("http://fonts.googleapis.com/css?family=Ubuntu:400,500,200&v2");
@import url(http://fonts.googleapis.com/css?family=Roboto:300,600);

::selection
{
	background: rgba(174, 233, 0, .75);
}

::-moz-selection
{
	background: rgba(174, 233, 0, .75);
}

html, body, div, h1, p
{
	margin: 0;
	padding: 0;
	border: 0;
}

a
{
	text-decoration: none;
	color: inherit;
}

body
{
	background: url("../img/bg.png");
	color: #fff;
	font-family: "Roboto";
}

#imprintWrapper
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 200px;
	padding: 10px;
	background: rgba(0,0,0,.5);
	border-top: 1px solid #aee900;
	font-size: 14px;
}

#imprintAnchor
{
	width: 100%;
	display: inline-block;
}

#imprint
{
	margin-top: 10px;
	font-size: inherit;
}

.bold
{
	font-weight: 600;
}

#wrapper
{
	width: 500px;
	margin: 0 auto;
	margin-top: 20%;
	padding: 20px;
	background: rgba(0,0,0,.5);
}

#wrapper > hr
{
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #aee900;
    margin: 1em 0;
    padding: 0;
}

#wrapper > p 
{
	font-size: 16px;
}

#name
{
	font-weight: normal;
	font-size: 30px;
}