/* 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: #ee1c24;
}
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;
}

#wrapper{
width:320px;
margin: 0 auto;
min-height: 1250px;
background: url(../images/bg.jpg) no-repeat;
}

#facebook{
position: absolute;
top:287px;
padding-left: 260px;
}

#player{
position: relative;
top:400px;
margin:0 auto;
}

#synopsis p{
display: block;
position: relative;
margin: 0 auto;
color: #fff;
font-family: Arial, Helvetica, 'sans-seif';
}

#player img{
width:100%;
height: auto;
}

@media only screen and (max-device-width: 1024px) and (orientation:portrait) { 
    
    #wrapper{
        width:768px;
		min-height: 1350px;
		background-image: url(../images/bg.jpg);
		background-size: 768px auto;
	}
	
	#synopsis p{
	width:700px;
	top:790px;
	font-size:17px
	}
	
	#player{
	width:600px;
	top:650px;
	}
	
	#facebook{
	position: absolute;
	top:307px;
	padding-left: 560px;
	}
	
	
}
@media only screen and (max-device-width: 1024px) and (orientation:landscape) { 
    #wrapper{
        width:1024px;
		min-height: 1050px;
		background: url(../images/bg.jpg) 1024px auto no-repeat;
		height: 1800px;
	}
	
	#synopsis p{
	width:900px;
	top:1100px;
	font-size:22px;
	}
	
	#player{
		width:700px;
		top:900px;
	}
	
	#facebook{
	position: absolute;
	top:417px;
	padding-left: 760px;
	}
}