body
{
 background-color: #4271CF;
 align: center;
}

#header
{
 background-color: white;
 width: 760px;
 margin-left: 0px;
 margin-top: 0px;
 margin-bottom: -4px;
}

.main
{
  background-color: white;
  width: 760px;
  align: center;
  margin: 0px

}

.content_left
{
  background-color:white;
  background-image: URL("../vasenpalkki.jpg");
  height: 1050px;
  width: 10px;
  float: left;
  align: center;
  margin: 0px
}

.content_center
{
  background-color:white;
  width: 720px;
  text-align: left;
  padding: 10px;
  float: left
}

.content_right
{
  background-color: white;
  background-image: URL("../oikeapalkki.jpg");
  width: 10px;
  height: 1050px;
  float: left
}
.footer
{
 align: center;
 background-color: white;
 background-image: URL("../alapalkki.jpg");
 width: 760px;
 height: 0px;
 repeat: no-repeat;

}

