body{
	background-image: url("back.gif");
	background-repeat: no-repeat;
}
a{
	text-decoration: none;
}
a:hover{
	background-color: lightyellow;
}
#main{
	height: 700px;
}
table{
	z-index: 10;
}