* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background-color: #000;
	color: #fff;
	text-align: center;
	font-family: Courier;
	font-size: 11px;
	line-height: 15px;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

h2 {
	font-weight: 100;
}

#distance {
	width: 1px;
	height: 50%;
	margin-bottom: -135px;
	float: left;
}	

#container {
	margin: 0 auto;
	position: relative;
	height: 270px;
	width: 320px;
	clear: left;
	background-image: url(click.png);
}

#container:hover {
	background-image: url(click_over.png);
}

.footer {
	position: absolute;
	width: 100%;
	height: 160px;
	bottom: 0;
}

.footer a {
    color: #FFFFFF;
    text-decoration: none;
}

.footer a:hover {
    color: #F7941D;
    text-decoration: underline;
}