@charset "utf-8";
/* CSS Document */
html, body {
	margin:0;
	padding:0;
	font-family:"Comic Sans MS", Arial, Helvetica, sans-serif;
	background-color:#fffed0;
	height:100%;
}

#wrapper {
	width:778px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto;
	padding:0;
	background:url(images/bgd-tile.gif) repeat-y top;
	position:relative;
}

#header {
	width:768px;
	height:130px;
	margin:0 auto;
	padding:0;
	background:url(images/header.jpg) no-repeat;
}

#content {
	width:728px;
	margin:20px 0px 0px 20px;
	padding:0;
	font-size:1.3em;
padding-bottom:90px;
}

#content img {
	border:none;
}

#content a {
	color:#000000;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}

#footer {
	width:728px;
	margin:0px 0px 0px 20px;
	padding:0px 0px 10px 0px;
	position:absolute;
	bottom:0;
	font-size:0.7em;
	text-align:center;
}

#footer a {
	color:#000000;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}
