/* hide from ie on mac \*/
	html, body, #pirata {
		height: 100%;
		overflow: hidden;
	}
	/* end hide */
	body {
		background: #333333;
		font: 86% Arial, sans-serif;
		margin: 0;                
	}

a{
	color: #06c;
	text-decoration: none;
	}
a:hover {
	color: #ff0;
	text-decoration: none;
	}
	
a img{border:none;}