html, body, div {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #311810 url(../images/bg.png);
}

* {
	font: 14px "Trebuchet MS", sans-serif;
}

#m {
	background: url(../images/screen.jpg) no-repeat center 130px;
	height: 700px;
}

#m.v {
	background-image: url(../images/screen2.jpg);
}

#v {
	width: 169px;
	height: 127px;
	margin: 104px auto 0;
	text-align: center;
}

#v a {
	background: url(../images/video.jpg);
	background: none;
	overflow: hidden;
	text-indent: -5000px;
	display: block;
	width: 100%;
	height: 100%;
}

#v a:hover {
	background: url(../images/video.jpg) 1px 0 no-repeat;
}

#c {
	overflow: hidden;
	text-indent: -5000px;
	position: absolute;
	width: 0;
	height: 0;
}

#h {
	display: block;
	width: 1035px;
	height: 240px;
	margin: 0 auto;
}

#h * {
	outline: none;
}

#r {
	width: 340px;
	height: 80px;
	margin: 110px auto 0;
	text-align: center;
}

#r h2 {
	font-size: 16px !important;
	color: #3c1603;
}

#t {
	width: 720px;
	height: 450px;
	margin: -30px auto;
}

.i {
	background: none;
	border: 1px solid #300F00;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 3px 6px;
}

.i.s {
	background: #300F00;
	color: #F0BF56;
}
