/*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;
	width: 994px;
	height: 674px;
	margin: 0 auto;
	background-image: url(../images/bg_universal.jpg);
	background-repeat: no-repeat;
}
#tlk_logo {
	float: left;
	width: 325px;
	margin: 19px 0 0 38px;
}
#video {
	float: left;
	margin: 19px 0 0 34px;
}
#btns {
	float: left;
	width: 556px;
	margin: 12px 0 0 61px;
}
#btn_nyTickets {
	float: left;
	margin: 0 0 0 0;
}
#btn_lvTickets {
	float: left;
	margin: 0 0 0 0;
}
#btn_naTour {
	float: left;
	clear: left;
	margin: 0 0 0 0;
}
#btn_intProductions {
	float: left;
	margin: 0 0 0 0;
}
#btn_site {
	float: left;
	clear: left;
	margin: 14px 0 0 0;
}
#copyright {
	float: left;
	clear: left;
	margin: 70px 0 0 5px;
	font-family: Arial, sans-serif;
	font-size: 10px;
}

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

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