@charset "utf-8";
/* CSS Document */

body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



#container {
	position:absolute;
	width:730px;
	height:500px;
	background-color:#fff;
	left:50%;
	margin-left:-365px;
	margin-top:15px;
	z-index:1;
}

#menu {
	width:700px;
	height:32px;
	margin-top:25px;
	margin-left:15px;
	}

#faixa {
	width:730px;
	height:170px;
	}
	
#crono {
	width:730px;
	height:600px;
	overflow:hidden;
	}
	

#depoimento {
	width:670px;
	height:220px;
	background-color:#006600;
	margin-left:25px;
	}
