body 
{
	background-color:#000000;
	background-image:url(../images/bg_great.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
}

#circle
{
	position:absolute;
	left:555px;
	bottom:0px;
	height:203px;
	width:240px;
	background-image:url(../images/bg_circle.png);
	*background-image:none;	
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='themes/garland/images/bg_circle.png', sizingMethod="crop");	
	background-repeat:no-repeat;
	z-index:1;
}

#footer 
{
	background-image:url(../images/foot_delimit.png);
	*background-image:none;	
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='themes/garland/images/foot_delimit.png', sizingMethod="crop");	
	background-repeat:no-repeat;
	background-position:0 0;
	z-index:2;
}