@charset "UTF-8";
/* CSS Document */

.container {
	width: 1024px;
}

@font-face{
	font-family:	DisplayFont;
	src: url(BEARPAW_.ttf);
}

h1{
	font-family: DisplayFont;
	text-align: center;
	font-size: 55px;
	color:#FFC400;
}

h1 a{
	color:#FFC400;
	text-decoration:none;
}

h2{
	font-family: DisplayFont;
	font-size: 33px;
	color:#FFC400;
}

body {
	background-color: #439CAF;
	color:#fff;
}

.footer {
	text-align: center;
	clear: both;
}