* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	list-style: none;
	text-decoration: none;
	color: #ff9;
}
html {
	height: 100%;
}
body {
	font: 90%/1.4 arial;
	background: #fe6 url(../img/y_bg.gif) center center no-repeat;
	background-position: 50%;
}
em, label {
	color: #fff;
}
#oc {
	background: #ffd700 url(../img/bg_y_sun.jpg);
	position: absolute;
	top: 50%;
	margin: -188px 0 0 -358px;
	left: 50%;
	padding: 40px 388px 20px 0;
	border: 20px solid #ffc;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0 0px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	box-shadow: 0 0px 20px rgba(0,0,0,.1);
}
.arse #oc {
	padding-right: 20px;
	margin-left: -175px
}
#container {
	padding-left: 20px;
}
h1 {
	width: 268px;
	height: 254px;
}
h2 {
	font-size: 25px;
	line-height: 1;
	color: rgba(0, 0, 0, 0.06);
	text-transform: uppercase;
	position: absolute;
	bottom: 16px;
}
p {
	margin-bottom: .7em;
}
#nav li {
	display: inline;
}
#nav a {
	margin-left:10px;
	color: #ff6;
	padding: 0 5px;
}
a#firsta {
	margin-left: 15px;
}
#container div a {
	color: #ff3;
	border-bottom: 1px solid #ee0;
}
#container a:hover {
	background: rgba(100, 200, 0, 0.2);
}
#container div a:hover {
	background: rgba(0, 0, 0, 0.04);
	border-color: #ff0;
}


#container div {
	display: none;
	border: 20px solid;
	border-color: rgba(0, 0, 0, 0.02) rgba(0, 0, 0, 0.024);
	background: rgba(100, 200, 0, 0.2);
	padding: 20px;
	-moz-border-radius: 6px;
	position: absolute;
	top: 20px;
	left: 308px;
	width: 268px;
	height: 214px;
	font-size: 1.3em;
}
#container div div {
	padding: 0;
	margin: 0;
	position: static;
	height: auto;
	display:block;
	background: transparent;
	font-size: 1em;
	clear: left;
	border: 0;
	font-size: 0.769em;
}
#container div:target, .what #what, .films #films, .blug #blug, .contact #contact {
	display: block;
}
#container div img {
	border: 6px solid #fff;
	-webkit-box-shadow: 0 0px 10px rgba(0,0,0,.7);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.7);
	box-shadow: 0 0px 10px rgba(0,0,0,.7);
	float: left;
	margin: 0 20px 10px 0;
}
form * {
	padding: 0;
	width: 142px;
	border: 0;
}
label {
	float: left;
	width: 80px;
}
input, textarea {
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(255, 255, 255, 0.15);
	padding: 3px 7px;
	width: 170px;
	margin-bottom: 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
textarea {
	height: 100px;
}
input:focus, textarea:focus {
	color: #fff;
	background: rgba(255, 255, 255, 0.2);
	border-color:  rgba(255, 255, 255, 0.3);
}
#container #csubmit {
	margin: 0;
}
#csubmit input {
	width: 90px;
	border-color: #dd0;
	padding: 2px 7px;
	background: #cc0;
	color: #fff;
	margin: 0 0 0 177px;
}
#sent {
	background: url(../img/sent.gif);
	position: absolute;
	width: 63px;
	height: 61px;
	top: 120px;
	font-size: .1px;
	text-indent: -999em;
	margin: 0 0 0 -4px;
}


#container div ul {
	margin-left: 1.5em;
}
#container div li {
	list-style-type: circle;
}