* {
	padding: 0px;
	margin: 0px;
}

html {
	background-color: #333333;
}
body {
	line-height: 30px;
	font-size: 16px;
	font-weight: lighter;
	font-family: HelveticaNeue-Light, HelveticaNeue, Helvetica, Verdana, Arial, sans-serif;
	color: #cccccc;
	background-color: #333333;
}
h2 {
	margin-bottom: 70px;
	text-align: center;
	font-size: 50px;
	font-weight: 100;
	text-shadow: 1px 1px 30px #fff;
}

p {
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	text-align: center;
	text-shadow: 1px 1px 4px #fff;
}

a {
	padding-right: 5px;
	padding-left: 5px;
	background-color: #283744;
	color: #cccccc;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

a:hover {
	color: black;
	background-color: #778caa;
	text-shadow: 0px 1px 1px #ccc;
}

#container {
	margin-top: 0px;
	padding-top: 60px;
	background-position: center top;
	background-repeat: repeat-y;
	background-image: url(images/content_back.png);
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	width: 616px;
}

#image {
	margin-bottom: 100px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	height: 185px;
	width: 548px;
	background-repeat: no-repeat;
	background-image: url(images/kremalicious-logo-zettel.jpg);
}

#footer {
	line-height: 20px;
	font-size: 12px;
	margin-bottom: 20px;
	text-shadow: 1px 1px 2px #fff;
}


