body {
  margin: 0;
  text-align: center;
  background-image:url(../images/vcp_back_index.gif);


  
}
#container {
  width:500;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#containertop{

  width:500px;
  height: 80px;
  padding-top: 70;

}

#containermiddle{

  width:500px;
  height: 500px;


}

#containermiddleup
{
  width:500px;
  height: 250px;
  
}

#containermiddleup_Left
{
  float: left;
  width:250px;
  height: 250px;
  padding-top: 10;
  
 
}

#containermiddleup_Right
{
  float: right;
  width:250px;
  height: 250px;
  text-align: right;
  padding-top: 10;
  
  
}


#containermiddledown
{
  width:500px;
  height: 250px;

}

#containermiddledown_Left
{
  float: left;
  width:250px;
  height: 250px;
  padding-top: 25;
  

}

#containermiddledown_Right
{
  float: right;
  width:250px;
  height: 250px;
  text-align: right;
  padding-top: 25;
  
  
}





