@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../img/alchemisten.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFF;
	padding: 0px;
}
html, body {
	height: 100%;
}
#logo {
	margin: auto;
	width: 460px;
	height: 150px;
}
#intro {
	margin: auto;
	width: 446px;
	height: 180px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 20px;
}
#elements {
	margin: auto;
	width: 460px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 70px;
}
#addons {
	margin: auto;
	width: 460px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 40px;
	margin-top: 70px;
}
a:link {
	color: #333;
	text-decoration: none;
	outline: none;
}
a:visited {
	text-decoration: none;
	color: #333;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	outline: none;
}
a:active {
	text-decoration: none;
	color: #CCC;
	outline: none;
}
#footer {
	position: absolute;
	bottom: 0;
	padding: 5px;
	width: 98%;
	text-align: center;
	}
