	/* hide from ie on mac \*/
	html {
		height: 100%;
		/*overflow: hidden;*/
	}
	#flashcontent {
	margin-top:5px;
	border:2px solid #000;
	height: 100%;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #3D3B3C;
		color:#ccc;
	}
	#wrapper {
width:950px;
margin:0 auto;
height:90%;
}
#footer {
clear:both;
font-size:80%;
text-align:center;
}
#footer hr {
border:0;
height:0px;
width:100%;
color:#000;
background-color:#000;
}
