/* @override http://www.celestesingsforkids.com/style.css */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background: url(images/bg.jpg) repeat 0 -28px;
	margin: 0;
	padding: 0;
}
a:active
{
  outline: none;
}

a:focus
{
-moz-outline-style: none;
}

#header {
	margin: 0 auto;
	height: 80px;
	width: 100%;
	background-image: url(images/Quilt-header.jpg);
	padding-top: 10px;
	padding-left: 0;
	padding-right: 0;
}


#footer {
	height: 200px;
	width: 100%;
	position: absolute;
	background: url(images/Quilt-mtns.gif) center;
	bottom: 0;
	z-index: -1;
}






