/*CSS RESET*/
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;
}
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;
}
/* END RESET */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
    html {zoom:0.8;}
}
@media only screen and (min-device-width:220px) and (max-device-width:480px) and (orientation:portrait) {
    html {zoom:0.3;}
}
@media only screen and (min-device-width:320px) and (max-device-width:480px) and (orientation:landscape) {
    html {zoom:0.4;}
}

body{
background:#dadada !important;
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
}
#wrapper { 
	margin: 0px auto; 
	max-width: 1024px; 
	width: cover; 
	padding: 0px 0;
	padding:10px;
	padding-top:0 !important;
}
#content {
	position:relative;
	left:0px;
	top:0px;
	width:1024px;
	height:768px;
}
img {
border: none;
}
a:focus{
    -moz-outline-style: none;
    -moz-focus-inner-border: 0; 
    outline:0; /*removes the dotted border*/
}
a {
color:#000000;
}
#mainimage{
position:absolute;
top:0px;
}
#trailermain {
position:relative;
top:219px;
left:273px;
z-index:300;
width:130px;
}
#trailerone{
position:relative;
z-index:301;
}
#trailertwo{
position:relative;
z-index:301;
margin-top:14px;
}
#trailerthree{
position:relative;
z-index:301;
margin-top:15px
}
#trailergroup {
position:relative;
float:right;
margin-right:55px;
top:-68px;
}
#footer {
color:#000000;
}