/*

Ágatha - Novo website em breve

CSS by LEO FAVRE
http://leofavre.com

DESIGN NUCLEO-I
http://nucleo-i.com.br

*/





@media screen {
	html { font-size: 10px; }
	.no-display { position: absolute; top: -9999px; height: 0; overflow: hidden; }
}


@media print {
	html { font-size: 10pt; }
	.no-print { position: absolute; top: -9999px; height: 0; overflow: hidden; }
}


@media screen, print {

	/* HTML */

	html {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}

	body {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		color: #000;
		background: #FFF url('../images/agatha-tapume.jpg') repeat-x center;
	}
	
	a {
		position: absolute;
		display: block;
		top: 10%;
		left: 10%;
		width: 80%;
		height: 80%;
		text-indent: -999em;
		overflow: hidden;
	}

}