@charset "utf-8";

.TopLeft {
	position: absolute;
	left: 0px;
	top: 0px;
}
.TopRight {
	position: absolute;
	right: 0px;
	top: 0px;
}
.BottomLeft {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.BottomRight {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
div > div.TopLeft {
	position: fixed;
}
div > div.TopRight {
	position: fixed;
}
div > div.BottomLeft {
	position: fixed;
}
div > div.BottomRight {
	position: fixed;
}
