/* Copyright:  STROBI, Created: 12-03-2017 11:17:37 */
@charset "UTF-8";	


	
		body { 
			color: white;
			background: linear-gradient(
				to bottom,
				#0d0d0d,
				#0d0d0d 50%,
				#1a1a1a 50%,
				#1a1a1a
				
			); 
			font-size: 10px;
			font-family: sans-serif;
			background-size: 10px 8px;
		}
		a {
		color:white; text-decoration: none;
		}
		
		img { 
			border: 2px solid white; 
			background-color: black;
			padding: 10px;
			position: absolute;
			margin: auto;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
		}
		#links {
		border: 0px solid white;
		width: 0px;
		}
		#nowrap {white-space: nowrap; }
