.page_body
{
  margin: 0px;
  background-color: black;
}

.page_header_background
{

  width: 100%;
  height: 197px;
  position: relative;
  margin: 0px;
}

.page_header
{
  /*position: absolute;*/
  margin-left: auto;
  margin-right: auto;
  width: 1100px;
  height: 182px;
  position: relative;
  background-image: url(/images/header-background.png);
}

.page_content_background
{
  background-color: black;
  width: 100%;
  position:relative;
  margin: 0px;
  min-height: 650px;
}

.page_content
{
  margin-left: auto;
  margin-right: auto;
  width: 1100px;
  padding-top: 20px;
  min-height: 590px;
  position: relative;
}

.page_logo
{
  background-image: url(/images/wwf_logo.png);
  position: absolute;
  left: 30px;
  top: 0px;
  width: 240px;
  height: 109px;
}

.page_title
{
  background-image: url(/images/nav.png);
  width: 551px;
  height: 38px;
  top: 62px;
  right: 0px;
  position: absolute;
}

.page_menu
{
  position: absolute;
  bottom: 0px;
  height: 49px;
  width: 100%;
}

.kvisual
{
  width: 519px;
  height: 362px;
  float: right;
  background-image: url(/images/kvisual.jpg);
  background-repeat: no-repeat;
  /*margin-right: 20px;*/
}

.content
{
  margin-left: 30px;
  margin-right: 20px;
  min-height: 400px;
}

.left-content
{
  margin-left: 30px;
  min-height: 400px;
  float: left;
  width: 500px;
}

a
{
  cursor: pointer;
}

.submit_row img
{
  cursor: pointer;
}

