/* Start of CMSMS style sheet 'imagem-01' */
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
}

body,html {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	font-family: arial;
	font-size: 9pt;
	color: #051A39;
	}

#mydiv {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 500px;		
	margin-top: -250px; /*set to a negative number 1/2 of your height*/
	margin-left: -400px; /*set to a negative number 1/2 of your width*/	
	text-align:center;
	}

#conteudo {
	width: 800px;
	height: 500px;		
	text-align:center;
	display:table-cell;
	vertical-align:middle;	
	}	

#mini-nav { 
	width: 20px; 
	float: left; 
	margin: 5px; 
	padding: 30px 0 0 10px; 
	position: fixed;
	} 

#mini-nav img { 
	margin: 2px; 
	}
/* End of 'imagem-01' */
