@charset "UTF-8";
/* CSS Document */
*
{
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}
body {
	background: #000000;
	color:#FFFFFF;
}
a:link {
	text-decoration: none;
	color: #fff;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
}
a:hover {
	text-decoration: none;
	color: #cfb53b;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
}
a:active {
	text-decoration: none;
	color: #fff;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
}
a:visited {
	text-decoration: none;
	color: #fff;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	
}
#intro {
	position: relative;
	width:820px;
	height:600px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/pattern.jpg);
	background-repeat:no-repeat;
	/*text-align:center;*/
}
#enter {
	position:absolute;
	top:73px;
	left:619px;
	width:100px;
	height: 403px;
}
#title_page {
	position:fixed;
	width:820px;
	height:70px;
	top:0px;
	left:140px;
	z-index:10;
}
#menu {
	position:relative;
/*	float:left;*/
	left:340px;
	top:-80px;
	width:400px;
	height:55px;
	/*background-image:url(../images/menu.png);
	background-repeat:no-repeat;*/
}

/*--------------portfolio.html-------------------*/
#content {
	position: absolute;
	height::620px;
	padding:5px 25px 5px 5px;
	width:60000px;
	left:148px;
	top:100px;
	background-color:#333333;
}	
#content img {	
	padding:2px;
	}
/*-------------photo.html------------------------*/
.photo_block {
	position:relative;
	width:300px;
	height:200px;
	background-color:#333;
	padding:2px 0 0 2px ;
	float:left;
	}