@charset "utf-8";
/* CSS Document */
body{
	font-family: tahoma, helvetica, sans-serif;
	background:#000000;
}

#duck_tattoo_container{
	width:400px;
	height:288px;
	background:#000000;
	position: absolute;
	top: 50%;
	left:50%;
	margin-top: -144px;
	margin-left:-200px;
}

.szoveg {
		text-decoration:none;
		padding-top:2px;
		font-size: 9px;
		color: #999999;

		}

.szoveg a:link {
	text-decoration: none;
	color:#999999;
	}
.szoveg a:visited {
	text-decoration:none;
	color:#999999;
	}
	
.szoveg a:hover {	
	text-decoration:none;
	color:#2496d4;
	}
		
.copyright {
		padding-top:2px;
		font-size: 10px;
		color: #999999;
		}



		


