/* Home Page CSS */

body {
  padding:0;
  margin:0;
}

/* SITE WRAP ---------- */
#siteWrap {
  height:558px;
  width:960px;
  padding:8px 9px 0 9px;
  margin:0 auto;
}

/* VIP AREA ---------- */
#vipArea{
  width:960px;
  height:54px;
  position:relative;
  z-index:120;
}


/* FLASH AREA ---------- */
#flashArea {
  height:319px;
  width:960px;
  background:none;
  margin:5px 0px 5px 0px;
}

/* MENU AREA ---------- */
#mainMenuContainer {
width:960px;
height:42px;
position:relative;
z-index:110;
}

#mainMenu{
  width:960px; 
  height:42px;
}

/* FOOTER AREA ---------- */
#footerArea {
  width:960px;
  height:124px;
  margin:0;
}

#footerArea a {}

#footerArea a:hover {}

#footerArea #left {
  float:left;
  margin-top:34px;
  width:50%;
}
#footerArea #left #container{
  float:right;
  padding-right:10px;
}

#footerArea #right {
  float:left;
  margin-top:10px;
  width:50%;
}
#footerArea #right #container{
  padding:8px 0px 8px 10px;
}

#footerArea #right span {}

#footerArea #footerTxt {
  width:100%;
  float:left;
  text-align:center;
  margin:15px 0;
}

#footerArea #footerTxt a {
}

#footerArea #footerTxt a:hover {
  color:#ffffff;
  
}

