body {
	padding: 0;
	text-align: center;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}

#container {
	text-align: left;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	width: 1020px;
}

#card {
	width: 400px;
	height: 180px;
	margin-top: 40px;
	float: left;
	margin-left: 63px;
}

#links {
	text-align: left;
	border-left: 1px solid #000;
	height: 500px;
	margin-top: 40px;
	float: left;
	margin-left: 50px;
	width: 440px;
	margin-right: 63px;
}

#card img {
	border: 1px solid #000;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
	display: block;
	color: #bcb5b7;
	font: 10px/13px "lemonde-sans-1","lemonde-sans-2", sans-serif;
	text-transform: uppercase;
}

li.offline {
	display: none;
}

a:link {
	color: #262628;
	text-decoration: none;
	padding-left: 2px;
}

a:visited { 
	color: #262628;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
	color: #bcb5b7;
}

#clear {
	clear: both;
}

#title {
	font: 48px "eigerdals-1", "eigerdals-2";
	text-align: center;
	margin-top: 100px;
}
