/* CSS Document */

html {
	margin: 0;
	padding: 0;
	background: #000 url(images/bgRepeatingX.gif) repeat-x scroll center top;
}
body {
	color:#000;
	text-align:center;
	background: transparent url(images/bgHome.gif) no-repeat scroll center top;
}
#wrapper{background: none;}

#ft {background:#A32210;width: 950px;}

#hd {height: 410px;}
#bd {padding:0;}

#videoTitle{
	background: url(images/h3_Video.gif) no-repeat scroll left top;
	width: 300px;
	height: 30px;
	margin-bottom: 3px;
}
#homeButtons{
	position:absolute;
	width: 565px;
	left:25px;
	top: 280px;
}
#homeButtons img{
	margin-right: 4px;
}
#ftInside {
	float: left;
	width: 450px;
	height: 70px;
	padding: 10px 20px 0px 20px;
	margin: 0 auto;
	text-align:left;
}
#ftLogos {
	float: right;
	width: 280px;
	height: 70px;
	padding: 10px 20px 0px 20px;
	margin: 0 auto;
	text-align:right;
}
#ftLogos img{
	margin-left:10px;
	vertical-align: middle;
}


/* SOCIAL ICONS */
#mediaLinks {
height: 50px;
width:400px; /* Set to width of site */
margin-left:280px;
margin-top: -45px;
background-color: transparent;
}

div#mediaLinks li{display:inline;}
#mediaLinks li a{
    height:50px;
    display:block;
    width:100px; /* or Set individual icon widths individually below*/
    padding: 0px 5px 0px 5px; /* Change to whatever you want the padding between each icon to be */
    float:left;
}
li#facebook a{ background:url(domain/bin/css/socializeTan.png) no-repeat scroll 5px 0px; width: 108px;}
li#myspace a{ background:url(domain/bin/css/socializeTan.png) no-repeat scroll 5px -50px; width:108px;}
li#twitter a{ background:url(domain/bin/css/socializeTan.png) no-repeat scroll 5px -300px; width: 120px;}

#mp3{
margin-left:856px;
}