#container
{
	margin: 0;
}
.bg
{
	background-image: url(../images/bg-logo.png);
	/*+placement:anchor-top-right;*/
	position: absolute;
	right: 0;
	top: 0;
	width: 1200px;
	height: 1200px;
	background-repeat: no-repeat;
	background-position: top right;
}
BODY
{
	margin: -21px 0 0;
	padding: 0;
	background-image: url(../images/bg-gradient.jpg);
	background-repeat: repeat-x;
}
.splash
{
	/*+placement:float-right 0px 0px;*/
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
}
