@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	}
	
#pict_pos {
	position:absolute;
	width:750px;
	margin-left:-375px;
	left:50%;
	height:500px;
	margin-top:-250px;
	top:50%;
	}
	
	
span {
	font-family:verdana,arial,sans-serif;
	color:rgb(80,80,80);
	font-size:110%;
	}
	
a:active {
outline: none;
}

a:focus {
-moz-outline-style: none;
}