*{margin:0px; padding:0px;}
html{width:100%; height:100%;}
body{ background-color:#FFFFFF; width:100%; height:100%; font-family: 'Times'; text-align:center;}
a{ text-decoration:none; }
a:hover { color: #ff9900; }
a:visited { color: #aa4400; }
img,a { border:0px none; vertical-align:bottom; } 
textarea {resize:none;}
fieldset{ border:none; }
ul{ list-style-type:none; }


/* ------------------------------------- */
#container
{
  width:1024px;
  height:600px;
  margin-right:auto;
  margin-left:auto;
  text-align:left;
  position:relative;
}

#site_id
{
  padding-top:5px;
  padding-bottom:7px;
  padding-left:40px;
}

#wrapper
{
 height:100%;
 width:100%;
}

.mainContents
{
  width:670px;
  height:485px;
  overflow:auto;
  overflow-x:hidden;
  padding:0px 10px 0px 0px;
  float:right;
}

#menuFlash
{
  float:left;
}

#footer
{
  position:absolute;
  bottom:0px;
  width:100%;
  font-size:12px;
  text-align:center;
}

.hide
{
  display:none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
