
html {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
background:#fff; /*color background - only works in IE */
font-size:80%; /*set default font size */
font-family:"trebuchet ms", tahoma, verdana, arial, sans-serif; /* set default font */
/* hide overflow:hidden from IE5/Mac */
/* \*/
overflow:hidden; /*get rid of scroll bars in IE */
/* */
}

.center { 
  text-align: center;
}

.center table { 
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
overflow:hidden; /*get rid of scroll bars in IE */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
  font-family: verdana, sans-serif;
  background: #fffdbb;
  color: #0084ff;
}

#content {
display:block; /* set up as a block */
height:100%; /* set height to full page */
max-height:100%;
overflow:auto; /* add scroll bars as required */
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
position:relative; /* set up relative positioning so that z-index will work */
z-index:3; /* allocate a suitable z-index */
}

.pad2 {
display:block;
height:100px; /* height to miss header and footer */
}

a:link {
  color: #0084ff;
  background: transparent;
text-decoration: underline;
}

a:visited {
  color: #0084ff;
  background: transparent;
text-decoration: underline;
}

a:hover {
  color: #008442;
}

.small {
  font-size: 100%;
}

.large {
  font-size: 200%;
  text-align:center;
  background-color: #00008b;
  width: 100%;
}

.tiled {
  background-image: url(".tile.png");
  background-repeat: repeat-x;
  background-color: #0084ff;
  padding: 0;
}

.thumb {
  background-color: #0084ff;
  text-align: center;
  vertical-align: middle;
}

.slide {
  background-color: #0084ff;
  text-align: center;
  vertical-align: middle;
}

.actual {
  text-align: center;
  font-size: 19px;
  background-color: #fbf0c0;
}