@charset "UTF-8";
/* CSS Document */
/* Reset*/
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { list-style:none; }
q:before, q:after { content:''; }

body	{
		background-color: #000;
		padding: 0;
		margin: 0;
	}

#index_content	{
		width: 1050px;
		height: 1050px;
		margin: 50px auto;
		border: 5px #2C2C2C double;
	}

.index_top	{
		background-image: url(../images/backgrounds/music/contact_top.jpg);
		background-position: center;
		background-repeat: no-repeat;
		padding-left: 50px;
		padding-top: 60px;
		width: 1000px; 
		height: 799px;
		
	}

#index_left	{
		background-image: url(../images/backgrounds/music/tree_mid_l.jpg);
		height: 119px;
		width: 501px;
		float: left;
	}
#index_link	{
		width: 549px;
		height: 119px;
		float: left;
	}
#index_bottom	{
		background-image: url(../images/backgrounds/music/tree_bot.jpg);
		height: 72px;
		width: 1050px;
		clear: both;
	}
#left_tunes	{
	width: 350px;
	height: 100%;
	float: left;
}
	
#tuneHolder_bls,
#tuneHolder_mm,
#tuneHolder_taow,
#tuneHolder_ac	{
		margin: 0 auto;
		padding: 70px 0 0 0;
		height: 62px;
		float: left;
		background-position: top;
		background-repeat: no-repeat;
	}
#tuneHolder_bls	{
		background-image: url(../images/tune_holders/th_black_lake_season_t.png);
		width: 350px;
		text-align: center;
		margin-left: 0px;
	}
#tuneHolder_mm	{
		background-image: url(../images/tune_holders/th_moonlight_madness_t.png);
		width: 350px;
		text-align: center;
		margin-left: -10px;
	}
#tuneHolder_taow	{
		background-image: url(../images/tune_holders/th_the_art_of_war_t.png);
		width: 350px;
		text-align: center;
		margin-left: -25px;
	}
#tuneHolder_ac	{
		background-image: url(../images/tune_holders/th_angry_chair_t.png);
		width: 350px;
		text-align: center;
		margin-left: 0px;
	}
#right_tunes	{
	width: 400px;
	height: 100%;
	float: right;
}
#tuneHolder_sitg,
#tuneHolder_kick-of-the-drum	{
		margin: 0 auto;
		padding: 70px 0 0 0;
		height: 62px;
		float: left;
		background-position: top;
		background-repeat: no-repeat;
}
#tuneHolder_sitg	{
		background-image: url(../images/tune_holders/th_sorrow_in_the_grass.png);
		width: 350px;
		text-align: center;
}
#tuneHolder_kick-of-the-drum	{
		background-image: url(../images/tune_holders/th_kick-of-the-drum.png);
		padding: 70px 0 0 30px;
		width: 350px;
		text-align: center;
		margin-left: -30px;
}
	
#breaker1	{
	margin-left: 12px;
}
#breaker2	{
	margin-left: 25px;
}
#breaker3	{
	margin-left: 40px;
}
#breaker4	{
	margin-left: 10px;
}
#youtube	{
}
#youtube a	{
	outline: none;/* get rid of dotted borders in FireFox */
 	text-indent: -5000px ;/* this move the text outside of the screen area */
 	display:block;
 	width:100px;
	height:44px;
	float: right;
	margin-top: 100px;
	margin-right: 50px; 
	background: url(../images/logos/you_tube.png) 0 0 no-repeat;
}

 #youtube a:hover {
 background-position: -100px 0;
 }

 #youtube a:active {
 background-position: -200px 0;
 }