* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	color: #fff;
	font: normal normal normal 1em Constantia, "Times New Roman", Georgia, serif;
}

a:link, a:active, a:visited {
	color: #ffd;
}

#wrap {
	width: 350px;
	margin: 60px auto;
}

#light {
	background: #000 url("./cvx_light.gif") top left;
	width: 350px;
	height: 214px;
}

h1 {
	text-indent: -99999px;
	background: #000 url("./cvx_h1.gif") top left;	
	width: 350px;
	height: 36px;
}

#row1 {
	background: #000 url("./cvx_row1.gif") top left;	
	width: 350px;
	height: 44px;
	margin-top: 1px;
}

#row2 {
	background: #000 url("./cvx_row2.gif") top left;	
	width: 350px;
	height: 44px;
	margin-top: 1px;
}

#row3 {
	background: #000 url("./cvx_row3.gif") top left;	
	width: 350px;
	height: 44px;
	margin-top: 1px;
}

#row1 a, #row2 a {
	text-indent: -99999px;
	display: block;
	overflow: hidden;
	width: 350px;
	height: 44px;
}

#row1 a:hover {
	background: #000 url("./cvx_row1h.gif") top left;	
}

#row2 a:hover {
	background: #000 url("./cvx_row2h.gif") top left;	
}
