

@font-face 
{
  font-family: "Chopin";
  src: url(../fonts/Chopin.ttf) format("truetype");
}

body
{
  font: 12px Helvetica,Ariel,sans-serif;
  background-color: black;
  color: white;
}

img
{
  border: medium none;
}

a
{
  color: #fff;
  text-decoration: none;
}

#page
{
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

#header
{
  text-align: center;
}


#footer
{
  text-align: center;
}


.carouselLeft
{
  background: url("../images/rotate-left.png") repeat scroll 0 0 transparent;
  height: 40px;
  width: 40px;
}

.carouselLeft:hover 
{
  background-position: 0 40px;
  cursor: auto;
  height: 40px;
  width: 40px;
}

.carouselRight
{
  background: url("../images/rotate-right.png") repeat scroll 0 0 transparent;
  height: 40px;
  width: 40px;
}

.carouselRight:hover 
{
  background-position: 0 40px;
  cursor: auto;
  height: 40px;
  width: 40px;
}

#title-text:first-letter
{
  font-family: "Chopin";
  font-size: 36px;
}

#title-text 
{
  color: #fff;
  display: none;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 17px;
  margin: 20px 20px 10px;
  text-transform: uppercase;
  width: 80%;
}

#alt-text
{
  color: #DDDDDD;
  display: none;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 14px;
  font-weight: bold;
  margin: 0 20px 20px;
}