.container {
  position: relative;
  text-align: center;
  color: white;
}
	ul li span {
    color: #FFFFFF;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
	width: 400px;
    display: block;
    color: #FFFFFF;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    text-decoration: none;
    background-color: #000000;
    opacity: 0.76;
}
.screenings{
    color: #E11526;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    text-decoration: none;
    background-color: #1716E1;
    opacity: 1;
	}
.top-left {
    position: absolute;
    top: 10px;
    left: 3px;
    width: 400px;
    display: block;
    color: #FFFFFF;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    text-decoration: none;
    background-color: #000000;
    opacity: 0.76;
}

.top-right {
    position: absolute;
    top: 60px;
    right: 16px;
    width: 400px;
    display: block;
    color: #FFFFFF;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    text-decoration: none;
    background-color: #000000;
	animation: colorchange 100s;
animation-iteration-count: infinite;

    opacity: 0.76;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centered {
    position: absolute;
    top: 7px;
    left: 74px;
    transform: translate(-50%, -50%);
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    width: 1151px;
    height: 130px;
    float: left;
    text-align: left;
    opacity: 0.8;
    text-decoration: none;
}
   .home {
    position: absolute;
    top: 28px;
    right: 28px;
    width: 80px;
    display: block;
    color: #FFFFFF;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    text-decoration: none;
    background-color: none;
    opacity: 0.76;
    font-style: oblique;
    font-weight: bold;
}

body,td,th {
	color: #FFFFFF;
}
body {
    background-color: #FFFFFF;
}
body span {
    width: 0px;
}
.style1 {font-family: Arial, Helvetica, sans-serif}
a:link {
    color: #71B0C3;
    text-decoration: none;

}
a:visited {
    color: #71B0C3;
    text-decoration: none;
    background-color: #FF9900;
}
a:hover {
    color: #977E00;
    text-decoration: underline;
    background-color: #34CDED;

}
a:active {
    color: #FF9900;
    text-decoration: none;
    background-color: #F01337;
}
.style2 {font-family: Georgia, "Times New Roman", Times, serif}
.style3 {font-family: "Courier New", Courier, mono}
.style4 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style6 {font-size: larger}
.style8 {font-family: Arial, Helvetica, sans-serif; font-size: larger; }
#nav {
    height: 12px;
    width: 40pc;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
#nav ul {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #D70541;
    height: 22px;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    list-style-type: none;
    text-shadow: 0px 0px #4E882B;
}
#nav a {
    color: #FFFFFF;
    background-color: #2C0600;
    padding-top: 9px;
    padding-right: 9px;
    padding-bottom: 9px;
    padding-left: 9px;
    display: block;
    text-decoration: none;
}
#nav a:hover {
    background-color: #97D0E1;
    opacity: 0.65;
    max-width: none;
    color: #310200;
}
#nav li {
    float: left;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    font-size: 10pt;
    background-color: #81B5C0;
}
.books {
}
#nav ul ul {
    display: none;
    position: absolute;
    opacity: 0.8;
    border-width: 0;
    color: #221E08;
    text-shadow: 0px 0px;
    background-color: #28D18B;
    font-weight: normal;
}
#nav ul li:hover > ul {
    color: #221E08;
    overflow-y: visible;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: #97D0E1;
    background-repeat: repeat-x;
    float: none;
    display: block;

}
#nav ul ul li {
    color: #45DC4B;
    background-color: #2C0600;
    border: none #FF9900;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: none;
    max-width: 350px;
}
	@keyframes colorchange
	{ 0% {
            background: #2C0600;
        }

        25% {
            background: #474842;
        }/*blue*/

        50% {
            background: #575D61;
        }/*pink*/

        70% {
            background: #AD8974;
        }/*gray*/

        80% {
            background: #9C7149;
        }/* green */

        100% {
            background: #2C0600;
			 }
    }

    @-webkit-keyframes colorchange
	{ 0% {
            background: #2C0600;
        }

        25% {
            background: #474842;
        }/*blue*/

        50% {
            background: #575D61;
        }/*pink*/

        70% {
            background: #AD8974;
        }/*gray*/

        80% {
            background: #9C7149;
        }/* green */

        100% {
            background: #310200;
			 }
    }
	body {
        margin: 8px 8px 8px 8px;
        font-family: Avara;
        letter-spacing: 0em;
        background-color: #0000;
        animation: colorchange 100s;
        -webkit-animation: colorchange 100s;
        /* Chrome and Safari */
        animation-iteration-count: infinite;
    }
