header, nav, section, footer, aside, figure {
    display: block;
}
body {
    text-align: center;
    background-color: black;
}
footer {
    clear: both;
    text-align: center;
}
* {
    font-family: "Times New Roman", Georgia, Serif;
    margin: 0px;
    text-align: left;
}
.smalltext {
    font-size: 14px;
    color: #FFFFFF;
}
.centerlines {
    text-align: center;
}
.links {
    color: #FFFFFF;
    font-size: 18px; 
}
.footerlinks {
    color: #FFFFFF;
    font-size: 18px; 
}
.buttonlinks {
    color: #0000FF;
    font-size: 18px;     
    text-decoration: none;
    color: #FFFFFF;
    font-family: "Arial", Georgia, Serif;
}
.linksnoline {
    font-size: 18px;     
    text-decoration: none;
}
.quote {
    color: green;
    font-size: 18px; 
}
.buttonbox {
    width: 960px;
    border: 1px solid #999999;
    border-radius: 10px;
    background-color: #119911;
    text-align: center;
    margin: 0px
}
#title {
    font-size: 30px;
    text-align: left;
    color: #FFFFFF;
    margin: 10px;
}
#subtitle {
    font-size: 14px;
    text-align: left;
    color: #ffffff;
    margin: 10px;
}
#kirkus {
    font-size: 20px;
    text-align: center;
    color: #993355;
    background-color: lightgray;
    margin: 10px;
}
#trailer {
    text-align: center; 
}
#container {
    text-align: center;
    width: 960px;
    margin: 0 auto;
}
#main-section {
    float: left;
    width: 960px;
    margin: 10px;
    font-size: 18px;
    color: #FFFFFF;    
}
#centertext {
    font-size: 18px;
    color: #FFFFFF;    
    text-align: left; 
}
#box {
    width: 350px;
    border: 1px solid #00FFFF;
    border-radius: 10px;
}
