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

html {min-height: 99%; margin-bottom: 1px; }
body { text-align: center; background-color:#000; margin: 0; font-size: .65em ; color: #383236; font-family:Trebuchet MS, Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, fieldset, a img { margin: 0; padding: 0; border: 0; list-style: none; font-size: 1em;}
a { text-decoration:none; color:#9abacb; }
a:hover {color:#ccc; text-decoration:underline;}
span {visibility:hidden;}
em { color:#555; font-style:normal; }
.clear { clear: both; }
html { 
	height: 99%; 
	width:100%;
}

body { 
	height: 100%; 
	width:100%;
	margin:0px auto;
	background-color:#000; 
	color:#FFF;
}

#wrapper {
	position: relative;
	min-height: 100%;
}

* html #wrapper {
	height: 100%;
}

#main {
	padding-bottom: 9em;
	text-align:center;
	position:relative;
	width:100%;
}

#main .content {
	text-align:center;
	padding:20px;	
}

#footer {
  position: relative;
  background-image:url(../grfx/2010_temp.jpg);
  background-repeat:no-repeat;
  background-position:bottom;
  margin-top: -295px;
  height:295px;
} 
#footer-filler {
	height:100%;	
}
#footer-content {
	position:relative;
	margin:0 auto;
	margin-top:-25px;
	height:25px;
	text-align:center;

}

