body {
	background-image: url(../images/background.gif);
    background-image: url("../images/background.gif");
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.page {
	background: #fff;
	width: 644px;
	height: 508px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	position: absolute;
}

/** Шапка сайта **/

.header {
	height: 70px;
	position: relative;
}
.header .icons {
	left: 10px;
	top: 11px;
	position: absolute;
}
.header .icons li {
	float: left;
}
.header .icons #video a {
	background: url(../images/video.gif) no-repeat bottom;
	width: 58px;
	height: 60px;
	display: block;
}
.header .icons #video a:hover {
	background: url(../images/video.gif) no-repeat top;
}
.header .icons #waves a {
	background: url(../images/waves.gif) no-repeat bottom;
	width: 58px;
	height: 60px;
	display: block;
}
.header .icons #waves a:hover {
	background: url(../images/waves.gif) no-repeat top;
}
.header .icons #cube a {
	background: url(../images/cube.gif) no-repeat bottom;
	width: 58px;
	height: 60px;
	display: block;
}
.header .icons #cube a:hover {
	background: url(../images/cube.gif) no-repeat top;
}
.header .logo a {
	width: 176px;
	height: 20px;
	display: block;
	top: 29px;
	left: 200px;
	position: absolute;
}
.header .contacts {
	width: 235px;
	height: 32px;
	top: 24px;
	left: 410px;
	position: absolute;
}
.header .contacts .skype a {
	background: url(../images/skype.png) no-repeat;
	width: 138px;
	height: 12px;
	margin: 3px 0;
	display: block;
}
.header .contacts .mail a {
	background: url(../images/mail.png) no-repeat;
	width: 219px;
	height: 12px;
	margin: 3px 0;
	display: block;
}
.header .contacts .skype a:hover, .header .contacts .mail a:hover {
	opacity: .4;
}
/** Видеоролик **/

.video {
	padding: 17px;
	border: 1px solid #000;
	margin: 10px;
}

/** Футер сайта **/

.footer {
	background: url(../images/footer.png) left no-repeat;
	  margin: 20px 10px 0 10px;
	padding: 0 10px;
}
.footer .showreel a {
	background: url(../images/showreel_off.png) no-repeat;
	width: 87px;
	height: 13px;
	margin: 5px 0;
	display: block;
}
.footer .works a {
	opacity: .4;
	background: url(../images/works_off.png) no-repeat;
	width: 202px;
	height: 13px;
	margin: 5px 0;
	display: block;
}
.footer .showreel a:hover  {
	opacity: .4;
}
.footer .works a:hover {
	opacity: 1;
}