body, html	{
	margin:	0px;
	background-color:#fff;
	height: 100%;
	overflow: hidden;  
}
#flashcontent {
	/*color: 	#000;*/
	font-family:	Arial, Helvetica;
	font-size:		20px;
	height: 100%;
}
#ifr {
	width: 100%;
	height: 100%;
	border: 0px;	
}
	.container {
		width:100%;
		height: 100%;
		background: url(noflash/images/bg.gif) repeat-x;
	}
	
	.content {
		width: 800px;
		margin: 0px auto;
	}
	
	.top {
		background: url(noflash/images/01.png);
		width: 800px;
		height: 121px;
	}
	
	.middle {
		width:800px;
		height:328px;
	}
	
	.left {
		float: left;
	}
	
	.cover {
		width: 157px;
		float: left;	
	}
	
	.button {
		float: left;
		width: 300px;
	}
