
#background #front-background #background-paper,
#background #front-background #background-village,
#background #front-background #background-border,
#background #front-background #border-left,
#background #front-background #border-right,
#background #front-background #border-top,
#background #front-background #border-bottom,
#background #front-background #corner-top-left,
#background #front-background #corner-top-right,
#background #front-background #corner-bottom-left,
#background #front-background #corner-bottom-right
{
	position: absolute; 
	left: 0px; 
	right: 0px; 
	top: 0px; 
	bottom: 0px; 
}

#background #front-background #background-border { bottom: 35px; }

#background #front-background #background-paper
{
	background-position: top center;
	background-repeat: repeat; 
	background-image: url("../../images/background/paper.jpg");
}

#background #front-background #background-village
{
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../../images/background/village.png");
	opacity: 0.8;
}

#background #front-background #border-left
{
	background-position: top left;
	background-repeat: repeat-y; 
	background-image: url("../../images/background/border-left.png");
}

#background #front-background #border-right
{
	background-position: top right;
	background-repeat: repeat-y; 
	background-image: url("../../images/background/border-right.png");
}

#background #front-background #border-top
{
	background-position: top center;
	background-repeat: repeat-x; 
	background-image: url("../../images/background/border-top.png");
}

#background #front-background #border-bottom
{
	background-position: bottom center;
	background-repeat: repeat-x; 
	background-image: url("../../images/background/border-bottom.png");
}

#background #front-background #corner-top-left
{
	background-position: top left;
	background-repeat: no-repeat; 
	background-image: url("../../images/background/corner-top-left.png");
}

#background #front-background #corner-top-right
{
	background-position: top right;
	background-repeat: no-repeat; 
	background-image: url("../../images/background/corner-top-right.png");
}

#background #front-background #corner-bottom-left
{
	background-position: bottom left;
	background-repeat: no-repeat; 
	background-image: url("../../images/background/corner-bottom-left.png");
}

#background #front-background #corner-bottom-right
{
	background-position: bottom right;
	background-repeat: no-repeat; 
	background-image: url("../../images/background/corner-bottom-right.png");
}
