body {
   margin:0;
   padding:0;
   height:100%;
}

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

#flashintro2{
	padding-top: 35px;
}


#body {
   padding:10px;
   padding-bottom:60px;   /* Height of the footer */
}

#footer {
	bottom:0;
	width:100%;
	height:60px;
	background-color: #d9d9d9;
	font-size: 9px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 13px;
	margin-top: 120px;
}

#footer-left{
	float: left;
	width: 300px;
	padding-top: 5px;
	padding-left: 8px;
}

#footer-right{
	float: right;
	width: 500px;
	padding-top: 5px;
	padding-right: 8px;
}

/* =Pseudolinks | footer
==================================================*/

a.footerlink {
	color: #666666;
	text-decoration: underline;
	

}
a.footerlink:hover {
	color: #333333;
	text-decoration: underline;
	


}
