body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	color: #212121;
	background: #202020;
}

#repository {
	margin: 40px auto;
	width: 600px;
	height: 195px;
	background: #f5f5f5;
}

#logo {
	float: left;
	width: 129px;
	height: 129px;
	margin: 28px 20px 28px 20px;
	padding: 5px;
	background: #c5c5c5;
}

#text {
	float: right;
	width: 369px;
	height: 139px;
	margin: 0;
	padding: 28px 20px 28px 32px;
}

h1 {
	margin: 0;
	font-size: 180%;
	font-width: bold;
}

a, a:visited {
	color: #005cae;
	text-decoration: none;
}

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

#footer {
	clear: both;
	border-top: 1px solid #202020;
}

#footer p {
	float: right;
}
