/* CSS Document */

/* png fix for IE 6/5.5 */
img, div { behavior: url(includes/iepngfix.htc) }

body
{
	background-color:#000066;
}
#page
{
	position:absolute;
	margin-top: 5px;
	margin-left: -497px;
	left:50%;
	width: 994px;
	height: 750px;
	z-index: 9;
	visibility: visible;

}
#page a:hover
{
	text-decoration:underline;
}

#AK_image
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
#background
{
	position: absolute;
	background-image: url(../images/background.gif);
	height: 510px;
	width: 994px;	
	top: 139px;
	z-index: 11;
}
#title
{
	position: absolute;
	top: 149px;
	left: 10px;
	z-index: 13;
}
#over_text
{
	position: absolute;
	top: 80px;
	left: 55px;
	z-index: 14;
}
.menu
{
	position: absolute;
	top: 183px;
	left: 0px;
	width: 185px;
	height: 400px;
	z-index: 16;

}
.menu img
{
	display: block;
	margin-left: 20px;
	margin-top: 12px;
	border:none;
}

.footer
{
	position: absolute;
	left: 55px;
	z-index: 50;
	font-size: 10px;
	color: #666666;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
.footer a:link
{
	text-decoration: none;
	color: #666666;
}
.footer a:visited
{
	text-decoration: none;
	color: #666666;
}
