﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}
/* tables still need cellspacing="0" in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#464545;
	background:#989898 url(../img/main_bg.png);
}
a{
	color:#464545;
}
a:hover{
	color:#606060;
}
.wrapper{
	width:720px;
	margin:0 auto;
	padding:0 3px;
	background:#fff url('../img/bg.png') repeat-y;
}
.get img{
	display:block;
}
.headerTop{
	height:359px;
	position:relative;
	background:#fff url(../img/header-top.jpg) no-repeat;
}
.headerBottom{
	height:331px;
	position:relative;
	background:#fff url(../img/header-bottom.jpg) no-repeat;
}
.movieBlock{
	height:316px;
}
.playMovie{
	width:332px;
	height:277px;
	float:left;
	margin-left:10px;
	margin-top:10px;
	padding-left:12px;
	padding-top:15px;
	display:inline;	
}
.trailer1{
	right:11px;
	bottom:0;
	position:absolute;
	background:#eaeaea url('../img/movie-block1.jpg') no-repeat;
}
.trailer2{
	right:11px;
	top:22px;
	position:absolute;
	background:#eaeaea url('../img/movie-block2.jpg') no-repeat;
}
.trailer3{
	background:#eaeaea url('../img/movie-block3.jpg') no-repeat;
}
.trailer4{
	background:#eaeaea url('../img/movie-block4.jpg') no-repeat;
}