html, body{ height:100%; }
body { margin:0; padding:0; overflow:hidden; }

#atendimento{
    position:absolute;
	left:50%;
	top:50%;
    margin-left:-250px;
	margin-top:-150px;
	width:500px;
	height:300px;
}

