@charset 'utf-8';


div.desc {
  font-family: Georgia, "Times New Roman", times;
  font-size: 10px;
  font-style: italic;
  color: #555;
  line-height: 12px;
  padding-bottom: 8px;
}


body {
  padding: 0;
  overflow: hidden;
}

div#bg-img {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

div#main {
  /* for IE6 text-antialiasing during fadeIn */
  background-color: transparent;
  position: absolute;
  top: 40%;
  left: 50%;
  margin: 0 0 0 -125px;
  width: 250px;
}

div#main {
  display: none;
}

h1 {
  font-family: Helvetica, Arial, sans;
  font-size: 25px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

h2 {
  color: #555;
  font-family: Georgia, "Times New Roman", times;
  font-size: 10px;
  font-style: italic;
  line-height: 12px;
  margin-top: 15px;
  text-transform: uppercase;
}

div#link {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 10px 10px;
  font-family: Georgia, "Times New Roman", times;
  font-size: 10px;
  font-style: italic;
  color: #b6b6b6;
  line-height: 12px;
}


div#link a:link
{
  border-bottom: 1px dotted #b6b6b6;
  color: #b6b6b6;
  text-decoration: none;
}

div#link a:visited
{
  border-bottom: 1px dotted #b6b6b6;
  color: #b6b6b6;
  text-decoration: none;
}

div#link a:hover,
div#link a:focus
{
  border-bottom: 1px solid #b6b6b6;
}

div#link a:active
{
  border-bottom: 1px solid #b6b6b6;
}



a:link
{
  color: #000;
  text-decoration: none;
}

a:visited
{
  color: #000;
  text-decoration: none;
}

a:hover,
a:focus
{
  color: #555;
}

a:active
{
  color: #555;
}