
html,body{height:100%;width:100%;margin:0px;padding:0px;}
body{background:#000 url('images/bg.jpg') bottom left;}

#bgstretch{z-index:-1;position:absolute;top:0px;left:0px;height:100%;width:100%;}
	#bgstretch img{height:100%;width:100%;}
	
#container{height:100%;width:100%;background:url('images/transbg.png') repeat-x top left;}
	#container #mask{height:537px;width:344px;background:url('images/mask.png') no-repeat;float:left;}
	
	#container #content{height:537px;width:415px;float:left;position:relative;}
		#container #content #logo{height:197px;width:100%;background:url('images/logo.png') center no-repeat;}
		#container #content #cntbox{overflow:auto;height:340px;width:100%;}
			#container #content #cntbox p{margin:0px 15px 10px 10px; color:#cab995;font-family:"Trebuchet MS", "Times New Roman";font-size:13px;line-height:20px;}

	#container #syringe{height:588px;width:379px;background:url('images/syringe.png') right no-repeat;position:absolute;top:0px;right:0px;}
		#container #syringe #linkbox{height:300px;width:140px;margin-top:225px;}
			#container #syringe #linkbox a{display:block;width:100%;text-decoration:none;border:0px none;padding:0px;margin:0px;}
				#container #syringe #linkbox a#news{height:26px;background:url('images/links/news.png');}
				#container #syringe #linkbox a#tours{height:27px;background:url('images/links/tours.png');}
				#container #syringe #linkbox a#band{height:27px;background:url('images/links/band.png');}
				#container #syringe #linkbox a#releases{height:27px;background:url('images/links/releases.png');}
				#container #syringe #linkbox a#media{height:27px;background:url('images/links/media.png');}
				#container #syringe #linkbox a#images{height:27px;background:url('images/links/images.png');}
				#container #syringe #linkbox a#contact{height:27px;background:url('images/links/contact.png');}
				#container #syringe #linkbox a#merch{height:27px;background:url('images/links/merch.png');}
				#container #syringe #linkbox a#links{height:26px;background:url('images/links/links.png');}
				
				#container #syringe #linkbox a#myspace{opacity:.7;margin:10px 0px 0px 5px;height:29px;width:29px;float:right;background:url('images/links/myspace.png');}
				#container #syringe #linkbox a#myspace:hover{opacity:1;}
				#container #syringe #linkbox a#facebook{opacity:.7;margin:10px 0px 0px 0px;height:29px;width:28px;float:right;background:url('images/links/facebook.png');}
				#container #syringe #linkbox a#facebook:hover{opacity:1;}

