* { margin:0;padding:0;border:0;text-decoration: none; }
body {
	background-color: #311299;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.85em;
}
a { text-decoration: none; }

#page {
	width: 920px;
	margin: 0 auto;
	position: relative;
}
#page #hexaclock { 
	padding-top: 80px;
	text-align: left;
	height: 155px;
}
#page #hexaclock #hc { 
	display: block;
	background: transparent url('img/hexaclock.png') no-repeat top left;
	width: 286px;
	height: 245px;
	color: transparent;
	font-size: 0;
	position: absolute;
	left: 436px;
	top: 31px;
	z-index: 3;
	/* cursor: pointer; */
}
#page #hexaclock #hctxt {
	background: transparent url('img/hcbubble.png') no-repeat top left;
	width: 409px;
	height: 480px;
	position: absolute;
	left: 572px;
	top: -50px;
	z-index: 1;
}
#page #hexaclock #hctxt p {
	padding: 162px 100px 0 168px;
	font-family: "Hoefler Text", "Times New Roman", serif;
	font-size: 12px;
	color: #000000;
}
#page #hexaclock #hctxt p span {
	display: block;
	background: transparent url('img/elipsis.png') no-repeat top left;
	width: 108px;
	height: 24px;
	color: transparent;
	position: absolute;
	left: 166px;
	top: 201px;
	z-index: 4;
}
#page #hexaclock #clock {
	font-size: 10em;
	font-weight: bold;
	color: #235959;
	position: absolute;
	z-index: 2;
}
#page #contact #cm { 
	display: block;
	background: transparent url('img/contact.gif') no-repeat top left;
	width: 450px;
	height: 400px;
	color: transparent;
	font-size: 0px;
	position: absolute;
	left: 0;
	top: 202px;
	z-index: 4;
	cursor: pointer;
}
#page #contact #cm #mail {visibility:hidden;}
#vekon {
	width:1348px;
	height:934px;
	background: transparent url('img/venom.png') no-repeat top left;
	position:fixed;
	left:-1px;
	top:0;
	z-index: 10;
	visibility: hidden;
}
#venom {
	width:1348px;
	height:934px;
	background: transparent url('img/venom.gif') no-repeat top left;
	position:fixed;
}
#vekon #venom a {
	display:block;
	position:fixed;
	top:30%;
	left:30%;
}