@charset "UTF-8";
body {
	background-color: #000;
	color:#666666;
	font-family: 'Coda', Verdana, sans-serif;
	font-size: 1em;
}
a {
color: #666666;
text-decoration:none;
}
a:hover {
	color: #999;
}
img.centre {
    position: absolute;
    top: 0; bottom:0; left: 0; right:0;
    margin: auto;
}
.centrediv {
    width:468px;
    height:650px;
    position:absolute;
    left:50%;
    top:50%;
    margin:-325px 0 0 -234px;
}
.rightdiv {
	width: 140px;
	height: 650px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -325px 0 0 236px;
	text-align: right;
	font-size: 1.25em;
}
#hidden {
display: none;
    width:800px;
    height:600px;
    position:absolute;
    left:50%;
    top:50%;
    margin:-320px 0 0 -600px;
}
