@charset "utf-8";

*:focus { outline:none; }

html {
  overflow-y: scroll;
}
#frame {
  background-repeat:repeat-x;
  background-color:#ffffff;
  width:auto;
  height:auto;
  margin:0;
}

#frame_homepage {
  background-repeat: repeat-x;
  background-color: #e7e7e7;
  width: 100%;
  height: auto;
  margin: 0;
  float: left;
}

#container2 {
  background-repeat: repeat-x;
  background-color: #e7e7e7;
  width: 100%;
/*  width: 90%;
  min-width: 1262px;*/
  margin: 20px auto;
  height: 725px;
  *height: 800px;
  position: relative;
  text-align: center;
  display: block;
}
#container2 .cont-inner {
  /*width: 90%;*/
  height: 100%;
  /*min-width: 1262px;*/
  width: 1262px;
  margin: 0 auto;
}

.main-app {
  float: left;
  width: 100%;
  min-width: 1262px;
  background-color: #e7e7e7;
}

#flashObj1 {
  float:left;
}

.clearboth
{
  clear:both;
  width:auto;
  height:0px;
  line-height:0px;
  margin:0px;
  padding:0px;
  overflow:hidden;
  font-size:0px;
}
