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

body {
	margin: 0px;
	height: 100%;
	width: 100%;
}
#apDiv1 {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1;
	background-image: url(../images/bgSquares.png);
	background-repeat: repeat;
	right: auto;
	bottom: auto;
}
#apDiv2 {
	position:absolute;
	left:0px;
	top:24px;
	width:940px;
	height:510px;
	z-index:2;
}
