/* Padrão */

body, html
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	background-color:black;
}

/* divs */
div.main
{
	width: 1000px;
	height: 700px;
	position: absolute;
	left:50%;
	top:50%; 
	margin-left:-500px;
	margin-top:-350px;
}
div.maininterna
{
	position: relative;
	width: 800px;
	height: 600px;
}

/* tables */

/* textos */

/* forms */

