@import url("reset.css");


html {
		height: 100%;
		overflow: hidden;
	}

body {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	text-align: center;
	background-attachment:fixed;
	background-repeat: repeat;
	background-image: url(fundo.jpg);
	background-position: center;
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
margin: auto auto;

}

* {

}

#principal {
	width: 100%;
	height: 100%;
	position: absolute;
	border: 0;
	margin: auto auto;
	padding: 0;
	left: 00%;
	top: 00%;
}

}

