body {
	font-family: Tahoma; font-size: 13px;
	width:100%;
	background:#303030;
	background-image:url('/img/wanted-kuznetsov.jpg');
	background-repeat:repeat-y;
	background-position:center 0px; 
}

#content {
	position:relative;
	top:900px;
	width:1000px;
	margin:auto;
	border: 1px solid #c0c0c0;
	background: #e0e0e0;
	border-radius: 4px;
	padding:15px;
	box-shadow: 3px 3px #808080;
}

#photofile {
	position:relative;
	top:705px;
	text-align:center;
	margin: auto auto;
}

#header {
	width:1000px;
	margin:auto;
	text-align:center;
	text-shadow: 1px 1px #505050;
	color:white;
	height:50px;
}

.slide{
	width:100%;
	overflow:hidden;
}

.slide img {
	height:196px;
	border: 1px solid #202020;
	cursor:pointer;
}
.slide img:hover {
	border: 1px solid #da2020;
}

h1 {
	color:white;
	font;size:1.0em;
	line-height:15px;
	margin-top:5px;
}


div.right {
	float:right;
}
div.left {
	float:left;
}

.photo {
	/*border: 1px solid #da2020;*/
	width:370px;
	margin-left:30px;
}

.photor {
	border: 1px solid #da2020;
}