*{
	margin:0;
	padding:0;
	list-style:none;
}

img {
    background-image:url(../img/ajax-loader-bars-rounded.gif);
    background-repeat:no-repeat;
    background-position: center center;
}

a img{border: none}
	
.clear{
	clear: both;
	position: relative;
	font: 0;
	height: 1px;
	margin: -1px;
}
body{
	text-align:center;
	background:#000 url(../img/layout/bg-body.jpg) repeat-y top center;
	overflow:auto;
}

a {
	color: #FFF;
}

a:hover {
	color: #FFCC33;
}

h1 {
	position: absolute;
	right: 0;
}

/* ============================================= */

#site{
	width:776px;
	text-align:left;
	margin:0 auto;
	position:relative;
	background:#fff;
}

#topo {
	background:black url(http://host64.appspot.com/redirect/bandag10.com/downloads/discografia/topo-menu-home.jpg) no-repeat scroll left top;
	height:322px;
	width:776px;
}
/* ============================================= */

#navegacao{
	position:absolute;
	top:259px;
	left:0;
	width:776px;
	overflow: hidden;
	height:33px;
	background:#000;
}
#navegacao ul{
	display:block;
	margin:0 0 0 80px;
}
#navegacao ul li{
	float:left;
}
#navegacao ul li a{
	display:block;
	height:33px;
	text-indent:-999999px;
}
#navegacao .home		{ width:63px; background:url(../img/menu/home.jpg) no-repeat top left; }
#navegacao .banda		{ width:78px; background:url(../img/menu/banda.jpg) no-repeat top left; }
#navegacao .agenda		{ width:73px; background:url(../img/menu/agenda.jpg) no-repeat top left; }
#navegacao .discografia	{ width:102px; background:url(../img/menu/discografia.jpg) no-repeat top left; }
#navegacao .faclube		{ width:81px; background:url(../img/menu/faclube.jpg) no-repeat top left; }
#navegacao .fotos		{ width:61px; background:url(../img/menu/fotos.jpg) no-repeat top left; }
#navegacao .mural		{ width:68px; background:url(../img/menu/mural.jpg) no-repeat top left; }
#navegacao .contato		{ width:72px; background:url(../img/menu/contato.jpg) no-repeat top left; }

/* ============================================= */

#rodape{
	width:776px;
	height:125px;
	background:#fff	url(../img/layout/bg-rodape.jpg) no-repeat top left;
}

.c:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;
}