@import url();

body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 90%;
	line-height: 1.6em;
	text-align: center;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: rgb(170, 170, 170) url(background.jpg) bottom center no-repeat;
	color: rgb(0, 0, 0);
}

a, a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}

div#logo {
	background: url(images/frosty-logo.png);
	display: block;
	height: 400px;
	margin: auto;
	padding-top: 40px;
	width: 600px;
}