/* DESIGNED BY KEVIN MARLEY [GASKINDER.DE] */
html, body
{
background-color: #99ccff;
}
body {
	width: auto;
	margin: 0px auto;
	font-family: Ubuntu;
}
@import url(http://fonts.googleapis.com/css?family=Ubuntu);

#wrapper {
    background-color: white;
    position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #6699cc;
	font-size: 2.5em;
	font-weight: medium;
}
#wrapper-xp > a {
    display: inline-block;
    height: 100%;
    width: 110px;
}

a {
    text-decoration: none;
    text-underline: none;
}
.content {
	width: 940px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	overflow: hidden;
}
::selection {
    background: #99ccff;
    color: #fff;
}
::-moz-selection {
    background: #99ccff;
    color: #fff;
}