﻿html,body {
	width: 100%;
	height: 100%;
	min-width: 960px;
}

body {
	background: #000000;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	outline: none;
}

h1 {
	display: block;
	font: italic 36px Georgia;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}

#wrap {
	margin-left: 50%;
}

#wrapwrap {
	margin-left: -480px;
}

a.video {
	display: block;
	background: url("images/headback.jpg");
	background-position: -950px 50px;
	background-repeat: no-repeat;
	height: 317px;
	width: 950px;
	color: black;
}
a.video:hover {	
	background-position: 0px 50px;
}

#header .logo{
	margin-top: 30px;
	float: left;
}

#header span.text{
	display: block;
	width: 278px;
	font: italic 24px Georgia;
	font-weight: bold;
	color: #fff;
	float: right;
	margin: 53px 10px 0px 0px;
}

#header span.text span{
	text-decoration: underline;
}

div.description, div.videoplayer {
	background: #000;
	width: 100%;
	min-height: 100%;
	margin-top: 0;
	position: absolute;
	display: none;
	text-align: center;
}

div.description .pic{
	margin-top: 50px;
}

div.description img{
	border: 1px solid white;
}

div.description  div.wrroomdescr{
	font: normal 15px Arial;
	color: #fff;
	display: none;
}

div.description a, div.videoplayer a{
	display: block;
	font: bold 15px Arial;
	color: #fff;
	margin-top: 30px;
	text-decoration: underline;
}

div.description img.room{
	width: 960px;
	margin-top: 50px;
	border: 1px solid white;
}

div.description span.roomdescr{
	display: block;
	font: normal 15px Arial;
	color: #fff;
	margin-left: 10px;
	margin-top: 20px;
}

#wrapmiddle {
	width: 960px;
}

#wrapmiddle span.text{
	display: block;
	width: 220px;
	font: normal 14px Arial;
	color: #fff;
	float: right;
}

#wrapmiddle img.leftimg{
	float: left;
}

#wrapmiddle a{
	display: block;
	font: normal 14px Arial;
	color: #fff;
	text-decoration: underline;
	margin-top: 5px;
}

#wrapmiddle a:hover{
	text-decoration: none;
}

#leftcol, #rightcol {
	margin-top: 20px;
}

#leftcol {
	float: left;
	width: 444px;
}

#leftcol .coupleword {
	margin-top: 89px;
}

#leftcol .coupleword img.couplew{
	margin-top: 20px;
}

#leftcol .coupleword span.text{
	width: 444px;
}

#rightcol {
	float: right;
	width: 482px;
}

#rightcol .blockroom {
	margin-bottom: 10px;
}

#rightcol .blockroom h3{
	display: block;
	font: italic 14px Georgia;
	font-weight: bold;
	color: #fff;
}

#rightcol .blockroom span.whiteback{
	background: #fff;
	font: bormal 14px Arial;
	font-weight: bold;
	color: #000;
}

#rightcol .blockroom span.text{
	width: 253px;
	line-height: 1.3;
}

#rightcol .blockroom a{
	display: block;
	font: normal 14px Arial;
	color: #fff;
	text-decoration: underline;
	margin-top: 0px;
	float: left;
}

#rightcol .blockroom a:hover{
	text-decoration: none;
}

#rightcol .blockroom img.leftimg{
	margin-right: 10px;
}

#footer {
	margin-top: 30px;
	width: 960px;
	height: 60px;
	border-top: 1px solid white;
}

#footer span.text{
	display: block;
	font: normal 12px Arial;
	color: #fff;
	padding-top: 20px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

.clear {
	clear: both;
}