/* CSS Document */

/**
* Cartão de Natal - Ourofino Agronegócio
* @author OW Interactive Ltda.
* @version 1.0 (2010/11/30)
*/

/* ========================= GENERAL TAGS ======================== */

html 
{
	width:100%;
	height:100%;
}

body 
{
	background-color:#e0e2d6;
	height:100%;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	color:#777;
}

#natal 
{
	width: 100%;
	height: 100%;
}

#noflash 
{
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-135px;
	margin-top:-43px;
	text-align:center;
}