body,td,th {
	font-family: 'Just Me Again Down Here', arial, serif;
	font-size: 20px;
	color: #cbdcfd;
}
body {
	background-image: url('http://ilia.filin.eu/imgs/bg.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	background-position-x: 10px;
}
a:link {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #cbdcfd;
}
a:visited {
	text-decoration: none;
	color: #cbdcfd;
}
a:active {
	text-decoration: none;
	color: #cbdcfd;
}
a:hover {
	text-decoration: none;
	color: #ff5353;
}
#window {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 1;
}
#container {
	width: 100%;
	height: 300%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.site {
	width: 100%;
	position: relative;
}
#name {
	font-family: 'Cabin Sketch', arial, serif;
	font-size: 180px;
}
#whatdoido {
	font-family: 'Just Me Again Down Here', arial, serif;
	font-size: 50px;
	margin-top: -60px;
}
#welcome {
	position: absolute;
	top: 50%;
	left: 50%;
}
#contact_bg {
	background-image: url('http://ilia.filin.eu/imgs/contact.png');
	background-repeat: no-repeat;
	overflow: visible;
	z-index: 1;
	position: fixed;
	bottom: 0;
	right: 0;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-top: 25px;
	opacity: 0.7;
}
#contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: fixed;
	bottom: 0;
	right: 0;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-top: 25px;
	opacity: 0.7;
	z-index: 2;
	/* color: #bea471; */
}
/*
#contact a {
	color: #bea471;
	font-size: 13px;
}
*/
.arrow {
	width: 190px;
	height: 200px;
	background-image: url('http://ilia.filin.eu/imgs/arrow.png');
	background-repeat: no-repeat;
	position: absolute;
	opacity: 0;
	z-index: -1;
}
#arrow_webs {
	left: -115px;
	top: 25px;
}
#arrow_photos {
	left: 530px;
	top: 170px;
	-webkit-transform: rotate(-180deg); 
	-moz-transform: rotate(-180deg);
	transform:  rotate(-180deg);
}
.menu {
	display: inline;
	cursor: pointer;
}
.work {
	z-index: 2;
	cursor: pointer;
	border-style: solid;
	border-width: 15px;
	border-color: white;
	-moz-box-shadow: 6px 4px 15px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 6px 4px 15px rgba(0, 0, 0, 0.4);
	box-shadow: 6px 4px 15px rgba(0, 0, 0, 0.4);
	opacity: 0.9;
}
.back {
	font-family: 'Just Me Again Down Here', arial, serif;
	font-size: 75px;
	cursor: pointer;
	position: relative;
}
#arrow_back_photos {
	left: 0px;
	top: 0px;
	-webkit-transform: scaleX(-1); 
	-moz-transform: scaleX(-1);
	transform:  scaleX(-1);
	opacity: 1;
}
#arrow_back_webs {
	left: 0px;
	top: 0px;
	opacity: 1;
	-webkit-transform: rotate(-180deg); 
	-moz-transform: rotate(-180deg);
	transform:  rotate(-180deg);
	margin-top: -50px;
}
#bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	z-index: 4;
}
#preloader {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -8px;
	opacity: 0;
	z-index: 5;
}
.lightbox {
	position: fixed;
	top: 50%;
	left: 50%;
	opacity: 0;
	z-index: 5;
	text-align: center;
}
.lightbox_kep {
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: white;
	cursor: pointer;
}
#kollab {
	color: white;
	position: absolute;
	opacity: 0;
	margin-left: 10px;
	margin-top: 5px;
	background-color: rgba(0,0,0,0.2);
	padding-left: 2px;
	padding-right: 2px;
	z-index: 10;
}
