@charset "utf-8";
/* Xenos-B CSS */

html, body {
	border:0;
	height:100%;
	margin:0;
	padding:0;
	width:100%;
}

body {
	background:#000 url(../images/xenozis-terre.jpg) center top no-repeat;
	color:#eee;
	cursor:default;
	font-family:Arial, sans-serif;
	font-size:11px;
	line-height:1.5em;
}

a {
	display:block;
	height:66px;
	left:50%;
	margin:0 0 0 -194px;
	position:absolute;
	top:173px;
	text-decoration:none;
	width:389px;
}

	a:hover, a:active {
		outline:none;
	}

.tooltip { 
	background:rgba(0,0,0,0.5);
	border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	box-shadow:0 0 2px #ccc;
		-moz-box-shadow:0 0 2px #ccc;
		-webkit-box-shadow:0 0 2px #ccc;
	color:#ccc;
	display:none;
	margin:20px 0 0 0;
	padding:4px 8px;
	z-index:100;
}