* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #1e1d1b;
	font-family: "Lucida Grande", Arial, sans-serif;
	color: white;
}

a img {
	border: none;
}

#container {
	background-color: black;
	background-image: url('images/background.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}

#center {
	width: 725px;
	margin: 0 auto;
	padding-top: 90px;
}

#logo {
	margin-bottom: 60px;
}

#headline {
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 25px;
}

#left {
	padding-top: 40px;
	width: 200px;
	text-align: right;
}

#description {
	font-size: 12px;
	text-align: right;
}

#right {
	width: 525px;
	height: 600px;
}

.animation {
	position: absolute;
	display: none;
}

.visible {
	display: inherit;
}

.column {
	float: left;
}

#footer ul {
	list-style-type: none;
	width: 850px;
	margin: 0 auto;
}

#footer ul li {
	display: block;
	float: left;
	padding: 20px 50px 0 50px;
	width: 182px;
	height: 52px;
}

#footer ul li h3 {
	font-weight: normal;
	font-size: 12px;
	color: #f89939;
}

#footer ul li a {
	font-size: 14px;
	color: white;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer p {
	text-align: center;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 10px;
	color: #f89939; 
}

#footer p a {
	text-decoration: none;
	color: #f89939;
}

#footer p a:hover {
	text-decoration: underline;
}

.center {
	text-align: center;
}

.left {
	background-image: url('images/separator.png');
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
}

.right {
	background-image: url('images/separator.png');
	background-position: right top;
	background-repeat: no-repeat;
	text-align: right;
}

.clear {
	clear: both;
}

.space {
	height: 50px;
}
