.page #content
{
	float: left;
	width: 773px;
	height: 100%;
	margin-left: 5px;
	background-color: #fdebb5;
	background-image: url(../images/bg_text_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
	
	.page #content #header,
	.page #content #header div
	{
		width: 773px;
	}
	
		.page #content #header div
		{
			background-image: url(../images/header_773_107.png);
		}
	
	.page #content #text
	{
		min-height: 480px;
		padding: 11px;
		background-image: url(../images/bg_text_top.gif);
		background-position: top;
		background-repeat: no-repeat;
	}
	
	.page #content #frame
	{
		height: 100%;
		min-height: 480px;
		background-image: url(../images/bg_text_top.gif);
		background-position: top;
		background-repeat: no-repeat;
	}