/* Two Dollar Tacos */

html {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	background: url("../img/bg3.jpg")  #000 no-repeat fixed top left;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

#all {
	position: relative;
	padding: 0;
}

#nav {
	height: 100px;
	width: 400px;
	position:absolute;
	top:0;
	right:250px;
	z-index:2;
	float: left;
}

.home {
	  	background: url("../img/nav_all_1.png") no-repeat top left;
}

.videos {
	  	background: url("../img/nav_all_2.png") no-repeat top left;
}

.setlist {
	  	background: url("../img/nav_all_3.png") no-repeat top left;
}

.bookus {
	  	background: url("../img/nav_all_4.png") no-repeat top left;
}

#nav a{
	width: 90px; /*the width of the button = the width of the background image */
	height: 100px; /*the height of the button = the height of the background image/3 */
	float: left; /*to position the elements horizontally*/
	outline: none;

} 

#content {
	background: url("../img/bg_60.png") repeat;
	width: 570px;
	position:absolute;
	top:35px;
	right:50px;
	z-index:1;
	padding: 85px 50px 0 0;
}

#content h1{
	color:#CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding: 0 80px 0 60px;
	width:450px;
}

#content img{
	padding: 0 0 10px 80px;
	
}

#content form {
	width: 200px;
	padding: 0 0 0 50px;
	
}

#player {
	 display:block;
	 width:520px;
	 height:330px;
	 padding: 20px 0 0 20px;
}

#footer{
	background: url("../img/bg_60.png") repeat;
	height: 50px;
	width: 100%;
	position:fixed;
	bottom: 0;
	text-align:left;
	color:#333333;
	font-size: 0.9em;
	padding:0 0 0 25px;
}

#footer a{
	color:#333333;
}

#menu_videos a{
	text-align: center;
	color:#999999;
}

/* hide all */
#all, #footer {
	display: none;
}