iframe {
	overflow-x: hidden;	
}

.frame #content
{
	float: left;
	width: 100%;
	height: 100%;
	margin-left: 0px;
	background-color: #fdebb5;
	background-image: url(../images/bg_text3_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
	
	.frame #content #frame
	{
		height: 100%;
		min-height: 480px;
		background-image: url(../images/bg_text_top_frame.gif);
		background-position: top;
		background-repeat: no-repeat;
	}
	
	.frame_tsi #content #frame
	{
		height: 100%;
		background-image: url(../images/bg_text_top_tsi.gif);
		background-position: top;
		background-repeat: no-repeat;
	}