@CHARSET "ISO-8859-1";

/************************************************************
* Estilos da página
************************************************************/
html,body {
	margin: 0;
	padding: 0;
	background: url(../images/layout/bg_topo.png) 0 0 repeat-x #fff;
	height: 100px;
	height: 100px;
	width: 100%;
}

/************************************************************
* Topo da página (MobTech mobile solutions) div#topo 
************************************************************/

#topo {
	position: absolute;
	width: 100%;
	height: 100px;
	background: url(../images/layout/topo-ajuda.png) center center no-repeat;
}

