/*Normalizing across site///////////////////////////////////////////////*/

/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe{
	margin: 0;
	padding: 0;
}

/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
}

/*Removes list-style from lists*/
ol, ul{
	list-style: none;
}

/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, em, strong, th, var{
	font-style: normal;
	font-weight: normal;
}

/*Removes border from fieldset and img*/
fieldset, img{
	border: 0;
	padding: 0;
}
a{
	border: 0;
	text-decoration: none;
}

/*////////////////End Normalizing////////////////////////////////////////////////////////*/

body {
	background-color: #000000;
}
#wrapper {
	position: relative;
	top: 0;
	width: 994px;
	height: 674px;
	margin: 0 auto;
	padding: 19px 0 0 0;
	background-image: url(../images/bg_videoLand.jpg);
	background-repeat: no-repeat;
}
#video {
	margin: 20px 0 0 399px;
}
#btn_tickets {
	margin: 12px 0 0 393px;
}
#btn_info {
	margin: 10px 0 0 527px;
}
#title_also {
	margin: 70px 0 0 533px;
}
#banner {
	margin: 20px 0 20px 414px;
}
#copy {
	margin: 13px 0 0 575px;
	color: #000000;
	font-family: Arial;
	font-size: 9px;
}

/*/////////////Social Media Bug//////////////////*/

#socialBug {
	float: right;
	margin: 50px 10px 0 0;
}
#socialBug #facebook {
	margin: 0 3px 0 6px;
}
#socialBug #twitter {
	margin: 0 3px 0 0;
}
#socialBug #connect {
	margin: 2px 0 0 0;
}