#wrapper {
	width:100%;
	height:100%;
}

div#voken {
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 115%;
    z-index: 9999;
	background-image:url(http://www.joshuadavid.ca/images/bg.png);
	background-attachment:fixed;
}

#vokenInner {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding-left:330px;
	margin-top: 151px;
	width:1000px;
	z-index:10000;
	background-color:transparent;
}

a#vokenClose {
	display:block;
	position:absolute;
	left:200px;
	bottom:0px;
	overflow:hidden;
	width:30px;
	height:30px;
  	z-index:99999;
}

#vokenTimer {
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
	width:755px;
	padding-right:5px;
}