.ambiente-teste {
	position: fixed;
    margin:0 auto;
    clear:left;
    bottom: 0;
    z-index: 0;
	width: 100%;
    text-align:center;
	padding: 10px;
	background-color: #FF6161;
	font-weight: bold;
	color: black;
}

.ambiente-teste a {
	margin-left: 15px;
	color: #CCCCCC;
}