a, a:link, a:visited, a:active
{
	color: #000;
	text-decoration: none;
}

body
{
	margin: 0;
	background-color: #FFF;
	background-image: url( ../images/background.jpg );
}

div#box
{
	position: absolute;
	top: 0;
	left: -1000px;
	background-image: url( ../images/frame.png );
	width: 720px;
	height: 400px;
}

div#frame
{
	position: absolute;
	top: 50px;
	left: 385px;
	width: 280px;
	height: 300px;
}

div#frame img
{
	border-width: 0;
	border-style: none;
}

div#home
{
	position: absolute;
	top: 338px;
	left: 158px;
	width: 52px;
	height: 12px;
	margin: 0 auto;
	background: #FFF url( '../images/home.png' ) 0 -12px no-repeat;
}

div#home a
{
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-decoration: none;
	border-bottom: none;
	background: url( '../images/home.png' ) top left no-repeat;
}

div#home span
{
	display: block;
	margin: 0;
	padding: 0;
}

div#home a:hover
{
	background-image: none;
}

div#hand
{
	position: absolute;
	top: 316px;
	left: 500px;
	width: 50px;
	height: 26px;
	margin: 0 auto;
	background: #FFF url( '../images/hand.png' ) 0 -26px no-repeat;
}

div#hand a
{
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-decoration: none;
	border-bottom: none;
	background: url( '../images/hand.png' ) top left no-repeat;
}

div#hand span
{
	display: block;
	margin: 0;
	padding: 0;
}

div#hand a:hover
{
	background-image: none;
}

div#copy
{
	position: absolute;
	top: 1000px;
	left: -1000px;
	width: 400px;
	height: 15px;
	color: #666;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 140%;
	text-align: center;
}

