body{
	background-color: #000;
}

#rolagem{
position: absolute;
top: 20px;
left: 20px;
width: 300px;
height : 250px;
font-family : verdana;
font-size: 11px;
background-color: #eee;
overflow : auto;
margin: 5px 5px 5px 5px;
padding: 5px 5px 5px 5px;
}