* {
	margin: 0;
}

html 
	{
		background:#000000 url('images/bg-bottom.jpg') no-repeat bottom center;background-attachment:fixed;
	}

html, body {
	height: 100%;
	font-family:Georgia, Calibri, "Trebuchet MS", "Minion Pro", "Myriad Pro", "Gill Sans MT";
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -327px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 327px; /* .push must be the same height as .footer */
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

#menuImages {
	border:0px;
	margin:0px;
	padding:0px;
}

#menuImages:hover {
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;	
	cursor:pointer;
}

body {
	text-align: center;
}
.wrapper {
	position: relative;
	width: 866px;
	font-size: 0.9em;
	margin: 0 auto -327px;
	text-align: left;
}
.header {
	height: 190px;
	background: url(header.png) no-repeat;
}
h1 {
	text-indent: -500em;
	color:white;
}
h2 {
	padding: 0 0 0.6em;
	color: #fff;
	font: 1.4em helvetica,arial,sans-serif;
	text-shadow: #ddd 0px 1px 0px;
}
p {
	padding: 0 0 1em;
	color:#BBB;
	font: 1em/1.4em arial,sans-serif;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
}
strong {
	font-weight: normal;
}
.footer {
	position: relative;
	width: 866px;
	margin: 0 auto;
	
}
.footer a {
	color: #fff;
	text-decoration: underline;
	border: 0;
}
.footer p {
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 866px;
	padding: 0;
	color: #fff;
	font: 0.8em arial,sans-serif;
	text-align: center;
}
