body {
  background-color: #323232;
  text-align: center;
}


div#flashContent {
  text-align: left;
}

object#flashContent {
  display:block;
  margin: 0 auto;
}

#recipeContent {
  margin: auto;
  background-image: url(kawu_bg.jpg);
  background-repeat: no-repeat;
  width: 961px;
  height: 518px;
  font-family: Arial;
  font-size: 12px; 
}

#down{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  color: #808080;
  font-family: Arial;
  font-size: 12px; 
  text-align: center;
}

a:link, a:visited {
  color: #808080;
  font-family: Arial;
  font-size: 10px; 
  text-decoration: none; 
}

a:hover {
  color: #b0b0b0;
  font-family: Arial;
  font-size: 10px; 
  text-decoration: none; 
}

#recipeContent #left{
  position: relative; top: 30px; left: 20px;
  text-align: left;
  font-family: Arial;
  font-size: 12px; 
}

#recipeContent #choose{
  position: relative; top: 95px; left: 0px;
  text-align: right;
}

#recipeContent #photo{ 
  position: relative; top: 25px; right: 20px;
  text-align: right;
}

#recipeContent #recipe{
  position: relative; top: 12px; right: 20px;
  text-align: right;
}

textarea{
  overflow: hidden;
}


input.submitButton
{
   font-weight:bold;
   width:123px;
   height:24px;
   background-image: url(gfx/button.gif);
   border-style:none;
   background-color:#010600;
   
}
