@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;	
}

html, body {
	height: 100% !important;
}

a, a:link, a:visited {
	color: #ACAC83;
	text-decoration: none;
	outline: none;
}

a.img {
	background-image: url(gfx/url.png);
	background-repeat: no-repeat;
	padding-left: 18px;
}

a:hover {
	color: #FFF;
	tet-decoration: underline;
	outline: none;
}

a.home_button, a:link.home_button, a:visited.home_button {
	width: 57px;
	height: 22px;
	line-height: 22px;
	display: block;
	position: relative;
	left: 2px;
	top: 50px;
	text-align: center;
}

body {
	margin: auto;
	background-color: #111;
	color: #999;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	background-attachment: fixed;
	background-image: url(gfx/bg.png);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

h2 {
	font-size:  16px;
	border-bottom: 1px dotted #FC6;
	padding-bottom: 1px;
	margin-bottom: 5px;
}

img {
	border: none;
	filter:alpha(opacity=50); /* IE */
	-moz-opacity: 0.50; /* Mozilla */
	opacity: 0.50; /* Opera */
}

img.nohover {
	filter:alpha(opacity=100); /* IE */
	-moz-opacity: 1.0; /* Mozilla */
	opacity: 1.0; /* Opera */
}

img:hover {
	filter:alpha(opacity=90); /* IE */
	-moz-opacity: 0.9; /* Mozilla */
	opacity: 0.9; /* Opera */
}

td {
	vertical-align: top;	
}

#container {
	margin: 0 auto;
	width: 900px;
  	height: 800px;
	display: block;
	padding-left: 100px;
	padding-right: 100px;
	background-image: url(gfx/bg_container.png);
	background-repeat: no-repeat;
	padding-top: 1px;
}

.header {
	height: 100px;
	margin-top: 16px;	
}

.block {
	width: 760px;
	height: 180px;
	display: block;
	margin: 10px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 8px;
}

.block_big {
	width: 760px;
	height: 584px;
	max-height: 584px;
	display: block;
	margin: 10px;
	padding-left: 12px;
	padding-right: 12px;
	overflow: auto;
}

.copy{
	font-size: 11px;
	float: right;
	padding-right: 110px;	
	color: #5D616B;
}

.link_credits {
	width: 120px;
	height: 24px;
	line-height: 24px;
	float: right;
	margin-top: 18px;
	text-align: center;
	display: block;	
}

.link_links {
	width: 120px;
	height: 24px;
	line-height: 24px;
	float: left;
	margin-top: 18px;
	margin-left: 110px;
	text-align: center;
	display: block;	
}

.right {
	float: right;	
}

.tab_about {
	line-height: 25px;
	width: 300px;
	border-left: 3px solid #5D616B;
	border-bottom: 1px dotted #5D616B;
	padding-left: 5px;
	margin-bottom: 3px;
}

.tab_about_ul {
	border-bottom: 1px dotted #5D616B;
	padding-left: 5px;
}

.thumbbg{
	background-color: #000;
	width: 240px;
	height: 180px;
	float: left;
	padding-right: 20px;	
}
