/* HOT HOT HOT new div stuff!! HOT HOT HOT */

div
{
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	position: absolute;
}

 
div.main
{
	position: relative;
	background-repeat: no-repeat;
	margin-top: 5%;
	margin-left: 4%;
	margin-bottom: 5%;
	margin-right: 4%;
	width: 700px;
	height: 490px;
	text-align: left;
}

div.logo
{
	top: 40px;
	left: 567px;
}

div.news
{
	top: 180px;
	left: 570px;
	width: 120px;
	text-align: center;
}

div.band
{
	top: 220px;
	left: 570px;
	width: 120px;
	text-align: center;
}

div.music
{
	top: 260px;
	left: 570px;
	width: 120px;
	text-align: center;
}

div.tour
{
	top: 300px;
	left: 570px;
	width: 120px;
	text-align: center;
}

div.media
{
	top: 340px;
	left: 570px;
	width: 120px;
	text-align: center;
}

div.message
{
	top: 380px;
	left: 570px;
	width: 120px;
	text-align: center;
}

div.links
{
	top: 420px;
	left: 570px;
	width: 120px;
	text-align: center;
}

div.text
{
	text-align:justify;
}


img.transOFF
{
}

img.transON
{
	opacity: 0.2;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
}

a:hover, a.menu:hover
{
	text-decoration: underline;
	color: #bb0000;
}

a.no_hover:hover
{
	text-decoration: none;
	color: #ffffff;
}

a
{
	text-decoration: none;
}

a.menu_active:hover
{
	text-decoration: underline;
	color: #aaaaaa;
}

a.menu_active
{
	color: #ffa500;
	font-size: 20px;
	font-weight: bold;
}
	
a.menu
{
	color: white;
	font-size: 20px;
	font-weight: bold;
}

img
{
	border: 0;
}

div.board {
  text-align: left;
  padding: 5px;
  width: 300px;
}
