@charset "utf-8";


body {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	background: #0b0b16 url(../i/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	color: #ffffff;
	margin: 0;
	text-decoration: none;
}
img {
	border: 0px;
}

:-moz-any-link:focus {
	outline: none;
}
a {
	color: #fff;
	text-decoration: underline;
}
a.visited {
	color: #fff;
	text-decoration: underline;
}

p {
    color: #fff;
    text-decoration: none;
}

div.body {
	position: absolute;
	left:50%;
	top:0px;
	margin-left: -503px;
	width: 1006px;
}
div.la_logo {
	width: 811px;
	height: 61px;
	float: left;
	position: relative;
	top: 50px;
	padding-bottom: 50px;
	left: 50%;
	margin-left: -380px;
}
div.content {
	position: relative;
	float: left;
	width:918px;
	height:538px;
	background: url(../i/panel.png) bottom center no-repeat;
	padding: 68px 63px 56px;
}
div.content div.hover {
	float: left;
	position: relative;
	cursor: pointer;
	cursor: hand;
}
div.copyright {
	position: relative;
	float: right;
	right:50px;
	color: #777777;
}
div.copyright2 {
	position: relative;
	float: left;
	left:90px;
	color: #777777;
}
img.bw {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
img.colored {
	position: relative;
	left: 0;
	top: 0;
}
img.popup {
	position:absolute;
	top: -70px;
	opacity: 0;
}