H1 { color: blue; font-family: Verdana; font-size: 16px } 

a {
	text-decoration: underline;
	color: #0099ff;
}

.maintext {
	font-family: tahoma, sans-serif;
	color: #00ccff;
	font-size: 12px;
}

.maintitle {
	font-family: tahoma, sans-serif;
	color: #0066ff;
	font-size: 16px;
	font-weight: bold;
}

.sectiontitle {
	color: white;	
}

.footertext {
	font-family: tahoma, sans-serif;
	color: silver;
	font-size: 11px;
}

.news_text {
	font-family: tahoma, sans-serif;
	color: #cc0033;
	font-size: 11px;
}

.news_title {
	font-family: tahoma, sans-serif;
	color: silver;
	font-size: 11px;
}


.news_box {
	border : 1px dotted #663300;
}


#Guitar {
	position: absolute;
	left: 20px;  /* 20 pixels from the left */
	top: 80px; /* 80 pixels from the top */
	z-index: 0;
} 

#MainContent {
	position: absolute;
	left: 2px;  /* 20 pixels from the left */
	top: 2px; /* 80 pixels from the top */
} 

span.cover { 
	background-color: black;
}

div#scroller {
	position:absolute;
	top:-100;
	background-color:black;
	font-family: arial;
	font-size: 11px;
}




