body {
		background-color: #444;
	}
	p#rodape {
		position: absolute;
		width: 700px;
		bottom: 5px;
		left: 50%;
		margin-left: -350px;
		text-align: center;
		font-size: 8pt;
		text-transform: uppercase;
		font-family: Verdana;
		color: #d48000;
	}
	#card {
		width: 650px;
		height: 360px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -325px;
		margin-top: -180px;
	}
	#logo {
		display: none;
	}
    
    #server_error {
        position: absolute;
        top: 40%;
        margin-top: -100px;
        text-align: center;
        border: 0px solid red;
        min-height: 200px;
        width: 98%;
        
    }
    
    #server_error p {
        font-family: sans-serif;
        font-size: 12pt;
    }
    
    #server_error p.cod_erro span {
        font-weight: bold;
        color: #fb9802;
    }

    #server_error p.cod_erro {
        color: #b8b8b8;
    }
    #server_error p.msg_erro {
        color: #b8b8b8;
    }
    
    #server_error #logo {
        display: inline;
    }