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

body
{
	margin: 0; 
	background-color:#3c4954;
	background-image:url(./img/bg_strip.jpg);
	background-position:center;
	background-position:top;
	background-attachment:fixed;
	background-repeat:repeat-x;
}

.bg
{
	/* background-image:url(images/bg/kallana.jpg); */
	background-repeat: no-repeat;
	background-position:center;
	background-position:top;
	background-attachment:fixed;
	width: 100%;
	height: 1200px;
	z-index:1;
	position:fixed;
	top:0px;
}

.logo
{
	position:absolute;
	top: 43px;
	right: 200px;
	border:none;
	z-index:12;
	width:222px;
	height:55px;
}

.main_menu
{
	position:absolute;
	top: 130px;
	right: 0px;
	border:none;
	z-index:13;
	font-family: APR_01, verdana, helvetica, sans-serif;
	font-size:11px;
	width: 366px;
	font-stretch:wider;
	color: #000;
}

.home_pic
{
	z-index:14;
	position:absolute;
	top: 118px;
	right: 100px;
	border:none;
}

.home_text
{
	z-index:14;
	position:absolute;
	top: 190px;
	right: 0px;
	border:none;
	z-index:14;
	font-family: APR_01, verdana, helvetica, sans-serif;
	font-size:12px;
	width: 366px;
	font-stretch:wider;
	color: #000;
}

.bottom
{
	z-index:9;
	position:fixed;
	bottom:0px;
	left:0px;
	height:24px;
	width:100%;
}

.content
{
	z-index:5;
	position: absolute;
	top: 199px;
	left: 0px;
	width: 100%;
	border:none;
	margin:0px;
}

.menutop
{
	height:45px;
	width:200px;
	background-image:url(images/a/menu/header.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-position:left;
	padding-left:13px;
	margin-top: 14px;
}

a
{
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration:underline;
}

a:focus
{
	outline: none;
}

a:hover
{
	color: #000;
}

