@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	background: #00ddeb url(../images/blue-fade.png) repeat-x;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
a {
	color: #FFF;
}
#core {
	width: 100%;
	height: 100px;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	text-align: center;
}
.large {
	font-size: 70px;
	font-weight: bold;
	font-style: italic;
}