html {
    height: 100%;
}
body {
    position: relative;
    background: #f5f8fc url("/img/frontend/bgd_page.gif") repeat-x;
    color: #000;
    font-size: 12px;
    height: 100%;
}
* {
    font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
    margin: 0;
    padding: 0;
    border: none;
}
a, a:visited {
  color: #e60000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}

#flashcontent {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
}

#wrapper  {
    width: 100%;
}
#box {
    width: 740px;
    margin: 29px auto;
    margin-bottom: 0px;
    padding: 100px 0px 0px 0px;
    background: url("/img/frontend/bgd_box.gif") no-repeat;
    background-color: #fff;
    text-align: left;
}
#box_footer {
    height: 36px;
    background: transparent url("/img/frontend/bgd_box_bottom.png") no-repeat bottom;
}



h1{
    padding: 4px 20px 5px 20px;
    font-size: 16px;
}
p {
    padding: 4px 20px 5px 20px;
}