body {
	background-color: white;
}

h1{
  font-family: Verdana;
  font-size: 2em;
}

#main{
	position:relative;
}

div#first{
    position: absolute;
    background: url('guit3.jpg');
	background-attachment:fixed;
	background-repeat: no-repeat;
    opacity: 0.2;
	width: 2000px;
	height: 2000px;
}
div#second{
	width: 100%;
	height: 100%;
	position: absolute;top: 0;
	left: 0;
}

table:hover, tfoot tr:hover { 
  background-color:#dddbd0;
  color:white;
  font-weight: bold;
}

table{
	table-layout: fixed;
	word-wrap: break-word;
	border:8;
	width: 91%;
	height: 50px;
	font-family: Verdana;
    font-size: 2em;
}

a:link {
  text-decoration: none;
  color:black;
  font-weight: bold;
  }

a:visited {
  color:black;
  background-color:#00ff00;
}

a:hover{
  color:white
}


