@CHARSET "UTF-8";

body {
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
  background-image: url("/images/background.jpg");
  background-repeat: no-repeat;
  background-position: center top;  
  color: #ffffff; 
  width: 100%;
  height: 100%;
  display: table;
}

a:link {color: #FFFFFF;}
a:visited {color: #EEEEEE;}
a:active {color: #EEEEEE;}
a:hover { color: #CCCCCC; text-decoration: underline;}
a {text-decoration: none;}

.rightarrow {
	cursor:pointer;
}

.leftarrow {
  cursor:pointer;
}

#container {
  text-align: center;
}
#title {
  color: #ffffff;
  height: 25px;
  margin: 25 auto;
}
#frame {
  color: #ffffff;
  margin: 30 auto;
  height: 552px;
  width: 900px;
  background-color: #FFFFFF;
}

#stuff {
  color: #ffffff;
}