@CHARSET "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700);

body {
	padding: 0;
	margin: 0;
	background: #659eba;
	font-family: Droid Serif, Georgia, serif;
}

*:focus {
	outline: none;
}

.content {
	padding-top: 600px;
	background: url(icybee.png) no-repeat center top;
	margin: auto;
	text-align: center;
}

.content a {
	display: block;
	font-size: 60px;
	letter-spacing: -1px;
	text-decoration: none;
	color: white;
	white-space: nowrap;
}

.content a:hover,
.content a:active {
	text-decoration: underline;
}

small {
	color: #2c5571;
}