* {margin:0;padding:0;border:0;}

@font-face {
  font-family:"swiss";
  src:url("Swiss_L.otf") format("TrueType");
}

body{ 
  max-width:2000px;
  min-height:600px;
  min-width:500px;
  position:relative;
  text-align:center;
  font-family:swiss, Helvetica, sans-serif;
  color:#333;
  font-size:13px;
  line-height:20px;
}

#outer{
  height:100%;
  width:100%;
  display:table;
  vertical-align:middle;
}

#container{
  text-align: center;
  position:relative;
  vertical-align:middle;
  display:table-cell;
  height:100%;
} 

#inner{
  width:90%;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
}

#header{
  position:relative;
  height:250px;
  width:100%;
}

#header .logoImg{
  position:absolute;
  height: 100;
  right:0;
  top:20px;
}

#header .fbLink{
  position:absolute;
  right:0;
  bottom:10px;
}

#header #topMessage{
  max-width:65%;
  position:absolute;
  left:0;
  top:20px;
  text-align:left;
}

#header #topMessage .enMsg{
  color:#666;
}

#header #topAddress{
  position:absolute;
  bottom:10px;
  text-align:left;
  line-height:15px;
  color:#666;
}

#imageGallery{
  clear:both;
  position:relative;
  min-height:250px;
  height:613px;
  width:100%;
}

#imageGallery .galleryImage{
  width:100%;
  display:none;
  position:absolute;
  top:0;
  left:0;
}

#imageGallery .galleryImage[rel="0"]{
  display:block;
}

#footer{
  width:100%;
  height:15px;
  clear:both;
  display:block;
}
