/*CSS Document*/
BODY
{
	background-image: url(/images/bg/striped-tiles.png);
	background-position: left top;
	background-color: #05486B;
}
#overlay-top
{
	position: absolute;
	background-image: url(/images/bg/striped.png);
	background-position: top center;
	width: 100%;
	height: 456px;
	background-repeat: repeat-x;
	top: 0px;
}
#overlay-left
{
	position: absolute;
	background-image: url(/images/bg/top-left.png);
	background-position: top left;
	width: 256px;
	height: 256px;
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
}
#overlay-right
{
	position: absolute;
	background-image: url(/images/bg/top-right.png);
	background-position: top right;
	width: 256px;
	height: 256px;
	background-repeat: no-repeat;
	top: 0px;
	right: 0px;
}
