body
{
	background-color: #f4ebf2;
	background-image: url(../images/background.png);
	background-position: center center;
}

.content
{
	position: absolute;
	width: 901px;
	height: 519px;
}

.content .content_background
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 519px;

	background-image: url(../images/middle.png);	
	background-position: 0 bottom;
	background-repeat: no-repeat;
}
*html .content .content_background
{
	background-image: url(../images/transparent.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/middle.png', sizingMethod='scale');
}
