/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #DACFA7;
}

img {
	border: 0;
}

#browser_background {
	position: relative;
	width: 100%;
	height: 1200px;
	background-image: url(../images/fundo_browser.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapper {
	position: relative;
	width: 770px;
	top: -1200px;
	margin: auto;
}

#table {
	position: relative;
	width: 770px;
}
