html {
	height: 100%;
	overflow: hidden;
	}
body {
	color: #fff;
	height: 100%;
	background-color: #368086;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	margin: 0;
	overflow: hidden;
	}
h1 {
	display: none;
	}
	
#logo {
	background-image: url(../images/corybranan.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	}
	
#footer {
	width: 100%;
	background-color: #000;
	text-align: center;
	padding: 15px;
	}
#footer a {
	color: #fff;
	text-decoration: none;
	margin: 0 10px;
	}
#footer a:hover {
	color: #ccc;
	}
