/* CSS Document */
body {
	background-color: #07060a;
/*	background-image: url(images/front-mosaic.png);
	background-repeat: repeat; */
	height: 100%;
}
#holder{
	width: 320px;
	max-width: 320px;
	min-height: 420px;
	height: 100%;
}
#menu {
	width: 296px;
	height: 146px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -75px;
	text-align: center;
	color: #01d2ff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #07060a;
	border: 2px solid #cdefff;
}
h1 {
	color: #f8dafb
}
a {
	text-align: center;
	color: #01d2ff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}