

body{
	margin: 0;
	background: #0b193b top repeat-x url(images/bgd.gif);
}

#wrap{
	margin: 0 auto;
	width: 875px;
	height: 1061px;
	background: top center no-repeat url(images/layout.jpg);
	border-left: 1px solid white;
	border-right: 1px solid white;
	text-indent: -9999px;
}

#wrap p{
	text-indent: -9999px;
	visibility: hidden;
	font-size: .1em;
}

#click{
	position: relative;
	top: 890px;
	margin-left: 610px;
}

#click a{
	width: 262px;
	height: 95px;
	display: block;
	background: top no-repeat url(images/click.png);
}

#click a:hover{
	background-position: 0 -95px;
}