html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin : 0px;
	color : #fff;
	background:#000;
}

a:link {
	color: #fff;
}

a:visited {
	color: #fff;
}

a:hover {
	color: #ccc;
}

a:active {
	color: #fff;
}

#wrapper {
	background : url(images/backgr.jpg) no-repeat #000;
	margin:auto;
	width:800px;
	height:600px;
}

#wrapper_index {
	background : url(images/backgr_index.jpg) no-repeat #000;
	margin:auto;
	width:800px;
	height:600px;
}

#wrapper_turne {
	background : url(images/backgr_turne.jpg) no-repeat #000;
	margin:auto;
	width:800px;
	height:600px;
}

#menu {
	width:110px;
	height:189px;
	margin-top:150px;
	margin-left:69px;
	float:left;
}

#header {
	text-align:right;
	font-size:24px;
	font-weight:bold;
	width:500px;
	height:25px;
	margin-top:121px;
	margin-right:65px;
	float:right;
}

.clear {
	clear:both;
}

#content2 {
	margin-top:5px;
	margin-right:50px;
	float:right;
	width:560px;
	height:400px;
}

.small-header {
	font-size:12px;
	font-weight:bold;
}

* html #menu {margin-left:35px;}