body {
	background:#000000 url('/img/bg.jpg') repeat-x;
	color:#ffffff;
	font-family:Tahoma;
	font-size:13px;
	margin:0;
	padding:0;
}

#main {
	background:transparent url('/img/digger.gif') right bottom no-repeat;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	z-index:1;
}

#container {
	width:990px;
	height:1285px;
	margin:0 auto;
	padding:0;
	z-index:1;
}

#belka {
	background:transparent url('/img/belka.gif') no-repeat;
	position:relative;
	z-index:10;
	left:20px;
	top:93px;
	width:296px;
	height:172px;
}

#prince {
	background:transparent url('/img/prince.gif') no-repeat;
	position:relative;
	z-index:10;
	left:650px;
	top:-97px;
	width:270px;
	height:356px;
}

#rock {
	background:transparent url('/img/rock.gif') no-repeat;
	position:relative;
	z-index:10;
	left:530px;
	top:119px;
	width:397px;
	height:287px;
}

#newton {
	background:transparent url('/img/newton.gif') no-repeat;
	position:relative;
	z-index:10;
	left:10px;
	top:-11px;
	width:180px;
	height:190px;
}

#bender {
	background:transparent url('/img/bender.gif') no-repeat;
	position:relative;
	z-index:10;
	left:700px;
	top:-39px;
	width:81px;
	height:138px;
}

#yoric {
	background:transparent url('/img/yoric.gif') no-repeat;
	position:relative;
	z-index:10;
	left:300px;
	top:-117px;
	width:137px;
	height:143px;
}

#menu {
	position:absolute;
	z-index:20;
	top:25px;
	margin:0 auto;
	width:930px;
	margin-left:30px;
	text-align:center;
}

#content {
	position:absolute;
	z-index:20;
	top:350px;
	margin:0 auto;
	margin-left:215px;
	width:680px;
	height:143px;
}

#content-inner {
	position:absolute;
	z-index:20;
	top:170px;
	margin:0 auto;
	margin-left:215px;
	width:680px;
	height:143px;
}

#text {
	width:615px;
	align:center;
}

#footer {
	position:absolute;
	z-index:19;
	top:1200px;
	margin:0 auto;
	margin-left:20px;
	width:800px;
	height:40px;
	color:#909090;
}

#adv {
	position:absolute;
	top:10px;
	left:452px;

}

#adv-right {
	float:left;
	height:600px;
	left:0;
	position:absolute;
	top:250px;
	width:170px;
	z-index:11;
}

input {
	z-index:30;
	border:1px solid #dcdcdc;
	font-size:28px;
	color:white;
	margin-top:1px;
	padding:3px;
	width:271px;
	background:#94a0c6;
}

textarea {
	z-index:30;
	border:1px solid #dcdcdc;
	font-size:14px;
	color:white;
	margin-top:1px;
	padding:3px;
	background:#94a0c6;
	overflow: hidden;
}

#input {
	background:transparent url('/img/input.png') no-repeat;
	_background:transparent url('/img/input.gif') no-repeat;
	z-index:15;
	width:367px;
	height:138px;
	text-align:center;
	margin-left:40px;
	_margin-left:1px;
}
*+html #input{margin-left:1px}

.main-input {
	z-index:30;
	border:1px solid #dcdcdc;
	font-size:28px;
	color:white;
	margin-bottom:16px;
	margin-top:0px;
	padding:3px;
	width:271px;
	background:#94a0c6;
}

/*
.main-input:hover {
	background:#b4bce0;
	border:1px solid #fff;
}*/

input:hover, textarea:hover, select:hover {
	background:#b4bce0;
	border:1px solid #fff;
}

.main-button {
	font-size:28px;
	height:44px;
	margin-bottom:16px;
	margin-top:52px;
	*margin-top:33px;
	width:120px;
}

#search {
	z-index:30;
	margin-left:60px;
	top:70px;
	position:absolute;
}

#search input {
	background:transparent;
	border:1px solid Silver;
	color:Silver;
	font-size:10px;
	width:100px;
}

#chat {
	float:right;
	margin-left:855px;
	position:absolute;
	top:70px;
}

#footer a {
	color:#909090;
}

#hint, #hintt {
	cursor:pointer;
	text-decoration:none;
	font-size:smaller;
	border-bottom:1px dashed #fff;
}

#hint:hover, #hintt:hover {
	border-bottom:none;
}

#preview {
	height:420px;
	overflow:hidden;
}

#preview-img {
	width:600px;
	height:390px;
	position:relative;
	z-index:1;
}

#preview-nick {
	left:55px;
	top:-220px;
	position:relative;
	z-index:2;
	font-family:Georgia;
	font-size:16px;
	font-weight:bold;
	color:#000000;
}

#preview-text {
	left:55px;
	top:-170px;
	//top:-168px;
	position: relative;
	z-index:2;
	width:550px;
	font-family:Georgia;
	font-size:16px;
	font-weight:bold;
	color:#000000;
}

#preview-date {
	left:200px;
	top:-125px;
	position: relative;
	z-index:2;
	width:100px;
	font-family:Georgia;
	font-size:16px;
	font-weight:bold;
	color:#000000;
}

#button-table {
	border-right:2px solid;
	margin-top:5px;
	width:250px;
	height:68px;
}

a {
	color:#ffffff;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

.current {
	color:#000;
}

h1 {
	color:white;
	font-weight:normal;
	font-size:30px;
	margin-left:5px;
}

p {
	margin:0;
	padding-top:4px;
	text-indent:10px;
	text-align:justify;
}

table, tr, td, {
	padding-left:0px;
	margin:0px;
	border:none;
}

form {
	margin:0;
}

big {
	color:#ffffff;
	font-size:20px;
}

hr {
	color: #ffffff;
	background-color: #ffffff;
	height: 2px;
	margin-top:10px;

	border: none;
}

img {
	border:0;
}

.r-border-shape, .r-star-shape {
	float:left;
}

.r-star-shape{
	position:relative;
	overflow:hidden;
	padding:10px 0;
}

.r-star-shape .content{
	background:#7e9500;
	text-align:left;
}

.r-star-shape .content{
	padding:0 5px;
}

.r-star-shape .cn{
	position:absolute;
	width:20px;
	height:20px;
	left:-10px;
	top:-10px;
	background:url(r-star.png);
}

.r-star-shape .cn.tr, .r-star-shape .cn.br {
	margin-left:100%;
}

.r-star-shape .cn.bl, .r-star-shape .cn.br {
	top:auto;
}

.r-star-shape .cn{
	background:url(/img/r-star2.png);
}

.r-star-shape .cn.tl, .r-star-shape .cn.bl {
	width:100%;
}

.brick {
	border-top:#ded4b3 1px solid;
	border-left:#ded4b3 1px solid;
	height:15px;
}

#footer-adv {
	clear: both;
	float: right;
	font-size: 10px;
	left: 250px;
	position: absolute;
	top: 2px;
}

