@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; }
html, body, #main { height: 100% }

body {
	background-color: #303026;
	background-image: url(images/back.png);
}
#apDiv1 {
	position:absolute;
	width:565px;
	height:526px;
	z-index:1;
	left: 336px;
	top: 219px;
	background-image:url(images/textback.png)
}
#apDiv2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	left: 488px;
	top: 532px;
}
#apDiv3 {
	position:absolute;
	width:509px;
	height:489px;
	z-index:0;
	left: 363px;
	top: 241px;
}

a img { border: 0; }
a:hover img {border: 0; }
a:visited img {border: 0; }

#linkbar {background-image:url(images/linkbar.png); background-repeat:repeat-y; width:auto; height:100%;}
