/* Padrão */

body, html
{
	height: 100%;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	background-color:white;
	overflow:hidden;
}

/* divs */
div.main
{
	width:1600px;
	height:1100px;
	position: absolute;
	left:50%;
	top:50%; 
	margin-left:-800px;
	margin-top:-550px;
}
div.maininterna
{
	position: relative;
	width: 1600px;
	height: 1100px;
}

/* tables */

/* textos */

/* forms */

