@charset "utf-8";
/* CSS Document */

#corner-topl {
	background-color: transparent;
	background-image: url(../images/top-left.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 250px;
	height: 250px;
	position: fixed;
	top: 0px;
	left: 0px;
	}
#corner-topr {
	background-color: transparent;
	background-image: url(../images/top-right.png);
	background-repeat: no-repeat;
	background-position: top right;
	width: 250px;
	height: 250px;
	position: fixed;
	top: 0px;
	right: 0px;
	}
#corner-botl {
	background-color: transparent;
	background-image: url(../images/bot-left.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 250px;
	height: 250px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	}
#corner-botr {
	background-color: transparent;
	background-image: url(../images/bot-right.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 250px;
	height: 250px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	}