﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

div.maincontent
{ 
    position:absolute;
    text-align:center;
    width:920px;
    top:10px;
    left:50%;
    margin-left:-460px;
}

#full-screen-background-image 
{
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

div#newcomer
{
  z-index: 999;
  min-height: 300px;
  min-width: 300px;
  width: 300px;
  height: auto;
  position:absolute;
  top: 50%;
  left: 50%;
  margin-left:-150px;
  margin-top:-150px;
  background-image:url(/images/newcomer.jpg);
  background-repeat:no-repeat;
  background-position: center center;
}

td.menu
{
    background-color: #CC6600;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    cursor:pointer;
}

td.menu-hover
{
    background-color: #993300;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    cursor:pointer;
}

div.contentSlideShow
{ 
    position:absolute;
    text-align:center;
    width:600px;
    height:400;
    top:100px;
    left:50%;
    margin-left:60px;
    z-index:500;
}