@charset "UTF-8";
/* CSS Document */

/* style reset v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End reset */



/* Begin my stuff */

html, body {
	margin: 0;
	padding: 0;
	background: url(../images/texturetile.jpg);
	background-color:#000;
	overflow: hidden;
}

#intro-container {
	padding-top: 50px;
	width:800px;
	height:510px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#intro-top {
	margin-left: 100px;
	width: 800px;
	height: 109px;
	background-image: url(../images/intro_top.gif);
	background-repeat: no-repeat;
}
#intro-top h1 {
	text-indent: -5000px;
}


#intro-left {
	width: 122px; /* + 100 here and remove the left margin */
	height: 371px;
	float: left;
	background-image: url(../images/intro_left.gif); 
	background-position: 100px 0;
	background-repeat: no-repeat;
}

#intro-left ul {
	padding-left: 10px;
	list-style: none;
	padding-top: 30px;
}



#intro-left li {
	text-indent: -5000px;
	width: 80px;
	padding-bottom: 30px;
   	padding-left: 21px;
	float: left;
	cursor:pointer;
}

#intro-left a {
	height: 64px;
	position: relative;
	display: block;
	background: url(../images/footer-icons2.gif) 0 0 no-repeat; 
}

#intro-left a.facebook { background-position: 0 -30px; } 
#intro-left a.myspace { background-position: 0 -218px; } 
#intro-left a.twitter { background-position: 0 -407px; } 

#intro-center {
	width: 555px;
	height: 371px;
	float: left;
}

#intro-right {
	width: 123px;
	height: 371px;
	float: left;
	background-image: url(../images/intro_right.gif); 
	background-repeat: no-repeat;
	
}
#intro-right ul {
	padding-left: 10px;
	list-style: none;
	padding-top: 30px;
}



#intro-right li {
	text-indent: -5000px;
	width: 80px;
	padding-bottom: 30px;

   	padding-left: 21px;
	float: left;
	cursor:pointer;
}

#intro-right a {
	height: 64px;
	position: relative;
	display: block;
	background: url(../images/footer-icons2.gif) 0 0 no-repeat; 
}

#intro-right a.lastfm { background-position: 0 -124px; } 
#intro-right a.reverbnation { background-position: 0 -312px; } 
#intro-right a.youtube { background-position: 0 -501px; }

#intro-bottom {
	clear: both;
	margin-left: 100px;
	width: 800px;
	height: 30px;
	background-image: url(../images/intro_bottom.gif);
	background-repeat: no-repeat;
	
}
#enter {
}

#enter a {
	cursor: pointer;
	text-decoration: none;
	
}

#enter h2 {
	color: black;
	font-family: "lucida console", monospace;
	font-size: 2.5em;
	text-align: center;
}

#upperLeftCorner { 
	background-image: url(../images/flowers_top_left.gif);
	  display: block;
	  position: absolute;
	  left: 0;
	  top: 0px;
	  overflow: visible;
	  width: 260px;
	  height: 392px;
	  margin: 0 0 0 0;
	  padding: 0;
	  z-index: 9999;
	  border: none;
	  float: none;
	}
#upperRightCorner { 
	background-image: url(../images/flowers_top_right.gif);
	  display: block;
	  position: absolute;
	  right: 0;
	  top: 0px;
	  overflow: visible;
	  width: 260px;
	  height: 392px;
	  margin: 0 0 0 0;
	  padding: 0;
	  z-index: 9999;
	  border: none;
	  float: none;
	}
#downLeftCorner { 
	background-image: url(../images/flowers_bottom_left.gif);
	  display: block;
	  position: absolute;
	  left: 0;
	  bottom: 0px;
	  overflow: visible;
	  width: 284px;
	  height: 132px;
	  margin: 0 0 0 0;
	  padding: 0;
	  z-index: 9999;
	  border: none;
	  float: none;
	}
#downRightCorner { 
	background-image: url(../images/flowers_bottom_right.gif);
	  display: block;
	  position: absolute;
	  right: 0;
	  bottom: 0px;
	  overflow: visible;
	  width: 284px;
	  height: 132px;
	  margin: 0 0 0 0;
	  padding: 0;
	  z-index: 9999;
	  border: none;
	  float: none;
	}
