﻿body {
}

.Layers
{
	position: relative;
	left: 80px;
	top: 20px;
	width: 600px;
	height: 550px;
}
.OneLayer
{
	width: 600px;
	height: 550px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.CheckBoxes
{
}