body {
background-color: white
}

#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;
}

h1{
  font-family: Verdana;
  font-size: 2em;
}

td{
  background-color:#cccac0;
  height: 25px;
  max-width: 600px;
  margin: auto;
  font-family: Verdana;
  font-size: 2em;
  color:white;
}

a:link {
  text-decoration: none;
  color:black;
  font-weight: bold;
}

a:visited {
  color:black;
  background-color:#00ff00;
}

a:hover{
  color:white
}


