html, body, #website {
	height: 100%;
	overflow: auto;
}

body {
    background: #000000;
    font: 86% Arial, "Helvetica Neue", sans-serif;
	color:#7f93b8;
	margin: 0;                
}

a:link {
	color:#7f93b8;
	text-decoration:none;
}

a:visited {
	color:#7f93b8;
	text-decoration:none;
}

#btmLinks {
	font-size:13px;
}

#grooveTix {
  display: block;
  width: 162px;
  height: 44px;
  background: url("images/btm_grooveTix_Btn_rollover.jpg") no-repeat 0 0;

}

#grooveTix:hover { 
  background-position: 0 -44px;
}

#grooveTix span {
  display: none;
}

#cervantesTix {
  display: block;
  width: 162px;
  height: 44px;
  background: url("images/btm_cervantes_Btn_rollover.jpg") no-repeat 0 0;

}

#cervantesTix:hover { 
  background-position: 0 -44px;
}

#cervantesTix span {
  display: none;
}
