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


body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	/*background-color: #020b1a;*/
	/*background-color: 050a14; safari */
	color: #FFF;
	line-height: 12px;
}
a {
	text-decoration: none;
	color: #6ad5ff;
}
a:hover {
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.style8 {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
.container {
	overflow: visible;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: 750px;
	background-image: url(../media/image/background.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	padding-right: 0px;
	padding-left: 20px;
}
.containerHeader {
	position: absolute;
	left: 312px;
	top: 55px;
}
.title {
	font-size: 16px;
	font-weight: bold;
}
.containerHeaderMenu {
}
.containerHeaderMenuItem {
	float: left;
	margin-right: 5px;
}
/*.containerBody {
	background-image: url(../media/image/panel-home.png);
	height: 643px;
	background-repeat: no-repeat;
	width: 266px;
	float: left;
}*/
.containerFooter {
	float: left;
	width: 100%;
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 5px;
	color: #acacac;
	font-size: 11px;
	margin-bottom: 30px;
}
#homeLink {
	position: absolute;
	left: -250px;
	top: -50px;
	height: 100px;
	width: 238px;
	top: -50px;
	cursor: pointer;
}
.containerBodyGallery {
	margin-top: 250px;
	margin-left: 35px;
}
.containerBodyGalleryItem {
	height: 100px;
	width: 100px;
	border: 8px solid #6ad5ff;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
