	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		width: 100%;
		height: 602px;
		/*float: left;*/
		margin: 0px 0px;
	}
	/* end hide */
	#footer {
		width: 100%;
		height: 10px;
		margin: 0px 0px;
	}
	
	#webdesign {
    /*background-color: #FF0000;*/
		/*width: 725px;*/
		height: 10px;
		text-align: center;
		margin: 0px 0px;
	}
	
#webdesign p {
  font-size: 11px;
  margin: 0;
	}
	
	#webdesign a {
		color: #828282;
		text-decoration: none;
	}
	
	#webdesign a:hover {
		color: #9A9A9A;
	}

	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #444444;
		color: #9A9A9A;
	}
