
body { text-align:left;
font-size:9px;
font-family:"Lucida Console", Monaco, monospace} 

a:link {
	text-decoration: underline;
	color: #000;
}
a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	background-color:#999;
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: underline;
	color: #000;
}

#wrap {
	width:1001px;
	height:100%;
	text-align:left;
	margin:0 auto;
	}   

#main {
	margin-top:70px;
	width:1001px;
	height:600px;
	float:left;
	} 
	
#main a,
#main a:link,
#main a:active {
	display: block;
	width:1001px;
	height:600px;
background: url('open1.jpg') top left no-repeat;
}

#main a:hover{
	display: block;
	width:1001px;
	height:600px;
	background: url('open2.jpg') bottom left no-repeat;
}
