@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: silver;
	cursor: pointer;
	color: white;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

em { font-style:italic; }

strong { font-style:bold; }

/*MAIN*/

body {
  font-family: Arial, sans-serif;
  margin:0px;
}

#ad,
#banner,
.click-main
{
width: 728px;
height: 90px;	
}

#ad{
	display: block;
	overflow:hidden;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: black; 
}

#banner{
	position:absolute;
	display: block;
	overflow: hidden;
	background: black url(images/background.jpg);
}

.border {
	border: 1px solid #d1211a;
	height: 88px;
	position: relative;
}

/*BUTTON*/

.button {
	position: absolute;
	cursor:pointer;
}

.click-main {
	z-index: 10;
}

/*ELEMENTS*/

.element {
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-size: scale;
	background-position: center center;
}

.dater, .cta { 
	width: 300px; 
	height:25px;
	background-size: scale;
	top: 63px;
	left: 410px;
}

.outDate { background-image: url(images/dater_date.svg); }

.outDay { background-image: url(images/dater_day.svg); }

.outNow { background-image: url(images/dater_now.svg); }

.trailer { background-image: url(images/cta_trailer.svg); }

.tickets { background-image: url(images/cta_tickets.svg); }

.cast {
	width: 100%;
	height: 100%;
	left: 0;
	background: url(images/text_cast.png) left top;
}

.tag {
	width: 100%;
	height: 100%;
	background-image: url(images/text_tag.svg);
}

.director {
	width: 300px;
	height: 15px;
	background-image: url(images/text_director.svg);
	top: 6px;
	left: 410px;
}
       
.title {
	width: 390px;
	height: 40px;
	background-image: url(images/title.svg);
	top: 24px;
	left: 362px;
}

.logoLeft, .logoRight { width: 40px; height: 20px; top: 70px; left: 2px;}

.logoLeft { background:url(images/logo_left.png); }

.logoRight { background:url(images/logo_right.png); left: 688px; }
      	      	
.artwork {
	width: 100%;
	height: 100%;
	background: url(images/artwork.png) no-repeat center;
	left: 0;
}