body, html, center {
    height: 100%;
	width: 100%;
}

body {
	background-color: #000;
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	margin: 0;
	padding: 0;
}

#content {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 990px;
}
#content[id] {
	display: table; position: static;
}

#middle {
	position: relative;
	width: 100%;
	text-align: center;
} /* for explorer only*/

#middle[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}

#slide_show {
	float: left;
	height: 608px;
	width: 365px;
}

#header {
    background: url('../images/back_header.png');
    float: left;
	height: 73px;
	text-transform: uppercase;
	width: 625px;
}
#header #page_name {
	float: left;
	font-size: 23px;
	font-weight: bold;
	left: 25px;
	position: relative;
	top: 25px;
}
#header #page_menu {
	color: #444;
	float: right;
	font: 12px;
	font-weight: bold;
	right: 20px;
	position: relative;
	top: 30px;
}
#header #page_menu * {
	margin: 0 5px;
}
#header a, #bottom a {
	color: #444;
}
#header .active_link, #bottom .active_link {
	color: #FFF;
}

#main_part {
	background: url('../images/back_main.png');
    float: left;
	height: 475px;
	width: 625px;
}

#bottom {
	background: url('../images/back_header.png');
	float: left;
	font-weight: bold;
    height: 60px;
	width: 625px;
}
#bottom #gray_mode_switcher {
	float: left;
	left: 25px;
	position: relative;
	top: 25px;
	z-index: 10;
}
#bottom #pager {
	position: relative;
	text-align: center;
	top: 25px;
}
#bottom #pager * {
	margin: 0 5px;
}
#bottom #color_mode_switcher {
	float: right;
    position: relative;
    right: 25px;
    top: 10px;
    z-index: 10;
}

#copyrights {
	color: #444444;
	float: left;
	font-size: 10px;
	position: realtive;
	padding-top: 25px;
	text-align: left;
	width: 990px;
}
#copyrights .cell {
	float: left;
	margin-top: 25px;
}
#copyrights .left {
	width: 365px;
}
#copyrights .right {
	width: 625px;
}
#copyrights #services {
	float: left;
}
#copyrights #counters {
	float: right;
}
#copyrights #counters img {
	margin-left: 7px;
}
#skype_icon {
	margin: 0 5px -2px 15px;
}

a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.hidden {
	display: none !important;
}

img {
	border: none;
}
img.service {
	float: left;
	margin-right: 10px;
}
img.thumb {
	cursor: pointer;
	filter: alpha(opacity=30);
	float: left;
	margin: 25px 0 0 25px;
	opacity: 0.3;
}