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

body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}

a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
    color: #999999;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #0066FF;
}
a:active {
	text-decoration: none;
}

#apDiv1 {
	position:absolute;
	left:16px;
	top:289px;
	width:70px;
	height:76px;
	z-index:1;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
#apDiv2 {
	position:absolute;
	left:144px;
	top:289px;
	width:500px;
	height:190px;
	z-index:2;
}
#apDiv3 {
	position:absolute;
	left:300px;
	top:329px;
	width:250px;
	height:190px;
	z-index:3;
}
#apDiv4 {
	position:absolute;
	left:658px;
	top:289px;
	width:600px;
	height:190px;
	z-index:4;
}
#apDiv5 {
	position:absolute;
	left:930px;
	top:328px;
	width:300px;
	height:190px;
	z-index:5;
}

a{ outline:0;}
