BODY{
  text-align : center;
  background-color : #ff80ff;
}
#contina{
  
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #00006f;
  width : 800px;
  height : 400px;
  
  background-repeat : no-repeat;
  background-attachment : scroll;
  color : #00006f;
  text-align : center;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-color : #00006f;
  border-right-color : #00006f;
  border-bottom-color : #00006f;
  background-color : #ff80ff;
  font-size : 11px;
  
  padding-left : 10px;
  
background-position : center center;
  
  margin-left : auto;
  margin-right : auto;
  overflow : auto;
  padding-top : 10px;
}
#header{
  width : 800px;
  height : 80px;
  margin-top : 10px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 1px;
  
  background-image : url(logo_02.png);
  background-color : #ff80ff;
  background-repeat : no-repeat;
  background-attachment : scroll;
  color : #00006f;
background-position : left 10px;
  
  

  font-size : 12px;
}
#fotter{
  width : 800px;
  height : 50px;
  
  
  margin-left : auto;
  margin-right : auto;
  margin-top : 5px;
  font-size : 12px;
  color : #00006f;
}
A:link{
  color : #00006f;
  text-decoration : none;
}
A:visited{
  color : #00006f;
  text-decoration : none;
}
A:hover{
  color : #ffffff;
  text-decoration : none;
}

