* {
	margin: 0;
}

html, body {
	background: #c7c7c7 url(../images/layout/background.png) repeat-x;
}

.container {
	width: 100%;
	height: 100%;
	background: url(../images/layout/logo.png) no-repeat;
	background-position: right bottom;
}

.text {
	color: #000000;
	font: 22px Tahoma, Geneva, sans-serif;
	text-align: center;
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
}

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

.link {
  color: #000000;
}

.link.small {
  font-size: 0.5em;
}