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

html,body { height: 100%; }
body { 
	background: url('../images/background.png');
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#top { 
	width: 625px;
	height: 175px;
	margin-left:100px;
	background: url('../images/happyfuntimelogo.png') no-repeat left; 
}
#page { width: 100%; height: 100%; }
#main {
	width: 725px;
	min-height: 100%;
	margin: 0 auto;
	background: url('../images/body_background.png') repeat-y top center; 
}
#content {
	padding: 0px 40px;
}
#copyright {
	color: #595336;
	font-family: Arial, sans-serif;
	font-size: 85%;
	text-align: center;				
	padding: 20px 0;
	clear: both;
}
#logo {
	text-align: left;
	float: left;
	padding-left: 48px;
	margin-top: 21px;
}

#nav {
	float: right;
	text-align: right;
	padding-right: 53px; 
	padding-top: 26px;
}
#nav a { margin-left: 14px; padding-bottom: 2px; padding-top: 20px; }
#nav a:link {
	color: #231F0B;
	text-decoration: none;
	border: 0;
}
#nav a:visited { 
	text-decoration: none;
	color: #231F0B;
	border: 0;
}
#nav a:hover { 
	color: #1a9bd1;
	border-top: 40px solid #fce83c;
}
a:link {
	color: #231F0B;
	text-decoration: none;
}
a:visited { 
	color: #231F0B;
	text-decoration: none;
}
a:hover { 
	color: #45c1fb;
	text-decoration: underline;
}
#bottom-nav {
	font-size: 80%;
}
#bottom-nav a:link {
	color: #231F0B;
}
#bottom-nav a:visited {
	color: #231F0B;
}
#bottom-nav a:hover {
	color: #45c1fb;
	text-decoration:none;
}

#footer {
	margin-top: 20px;
	text-align:center;
	clear: both;
}
#slider {
	position:relative;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
}