/* CSS Document */
#alinha {
width: 700px;
height: 400px;
position: absolute;
top:50%;
left:50%;
margin-top: -235px;
margin-left: -388px;
background-color: #F00;
}
