div#footerulmeu{
  position:absolute;
  color:white;
  font-weight:bold;
  font-size:40px;
  height:47px;
  text-align:center;
  bottom:0;
  left:0;
  width:100%;
  background:#990000;
  height:<length>;
  font-family:Verdana, Geneva, sans-serif;
 }
div#footerulmeu a{
	color:white;
	text-decoration:none;
	}
div#footerulmeu a:visited{
	color:white;
	text-decoration:none;
	}
div#footerulmeu a:hover{
	text-decoration:underline;
	}
@media screen{
  body>div#footerulmeu{
   position: fixed;
 }
