﻿body {
  font-family: arial, helvetica, serif; font-size: 13px;
  
}
#top {
  padding:0px;
  margin: 0px;
  position: relative;
  height:178px;
  width: 780px;
  background-image: url("../imagens/top2.gif");

}
#container {
width: 780px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;}

#outer { 
border-left: solid 200px #EBD3E0;  /* color of the left column  */ 
background-color: #ffffff; } /* color of the content column */

#inner {margin:0 px; width:100%; } /* The ie/pc pecularity */ 
#content {
height: 650px;
 position: relative;  margin: 0px;
 background-repeat: repeat-y;
 background-image: url("../imagens/content.png");
 }

#content2 {
margin-left: 20px;
}

#buttom {
 position: relative;  margin: 0px;
}

#login {
 position: absolute;
 top: 80px;
 left: 500px;
 width: 240px;
 height: 200px;
}
#msg {
 position: absolute;
 text-align: center;
 position: relative;
 top: 340px;
 left: 25px;
 width: 730px;
 height: 20px;
 color: red;
 font-size: 15px;
}
#left {
 position: absolute;
 top: 40px;
 left: 20px;
 width: 435px;
 height: 320px;
 padding: 15px;
}
#main {
 position: absolute;
 top: 40px;
 left: 20px;
 width: 700px;
 height: 320px;
 padding: 15px;
}
.button {
background-color: black;
text-color: white;
}
