/* If you like the layout, go ahead and snag the CSS.  Pad my ego by dropping me an e-mail and letting me know */

html, body {    
	height: 100%;
	background-color: #000000;
}

.clearfooter {
   height: 30px;
   clear: both;
}

/* The bit at the top above the blue bar */
#header { 
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* The blue bar itself */
#navbar {
	text-align: center;
	width: 100%;
	background-color: #4682b4; 
	padding-top: 10px;
	padding-bottom: 10px;
}

/* This is the "body" of the page */
#content { 
	background-color: #000000;
	color: #FFFFFF;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
}
 
/* The other blue bit at the bottom */
#footer { 
	background-color: #4682b4;
	color: #000000;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	height: 30px;
}

/* The attributes of the header text.  Pulled out for easier tweaking */
#headertext {
	font-size: xx-large;
	font-weight: bold;
	font-family: "Comic Sans MS", arial, sans-serif;
}

/* Attributes of the footer text.  Pulled out for the same reason */
#footertext {
	font-size: small;
}
