body {
	margin: 0;
	background: white;
}

div#noflash {
	margin: 0 auto;
	width: 700px;
	position: relative;
	top: 60px;
	height: 480px;
	background: transparent url(../pix57/homebits/bigh57.jpg) 0 0 no-repeat;
}
div#noflash a {
	position: absolute;
	height: 19px;
	background: transparent top left no-repeat;
}
div#noflash a:hover {
	background-position: 0 -24px;
}
div#noflash a:active {
	background-position: 0 -48px;
}

div#hello {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 400px;
	text-align: center;
}

div#hello p {
	color: #030;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
	
div#hello a {
	position: relative;
	color: #a40;
	text-decoration: none;
}
div#hello a:active {
	color: #fff;
}
div#hello a:hover {
	color: #c03;
	background-color: #CF6;
}
div#hello a:visited {
	color: #600;
}
