body {
    background-color:#000; 
    font-family:"Gill Sans", "Verdana", sans-serif; 
    color:#fff; 
    margin:1%;
    text-align:center;
    font-size:18px;
}

.sectheader {
    font-size:200%;
    font-weight:bold;
    text-transform: uppercase;
    text-align:center
}
.big {
    font-size:350%;
    font-weight:bold;
    text-transform: uppercase;
    text-align:center;
    padding-top:5px;
}
.imp {
    font-size:130%;
    font-weight:bold;
    text-transform:uppercase;
}

.name {
   color:#D6887D;
}

.header {
    width:100%;
    text-align:center;
    font-weight:bold;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 10px;
    vertical-align:bottom;
}

.header span {
    padding: 0 1%;
}

#fsynopsis {
    top: 0;
    width: 100%;
    position: relative;
    margin: 2%;
    height: 350px;
    padding-bottom:8%;
}
#follow {
    vertical-align:bottom;
}
#follow img {
    vertical-align:bottom;
}

.footer {
    position:relative;
    bottom:0%;
    width:100%;
    text-align:center;
}

a {
    text-decoration:none;
    color:red;
}
a:link {
    text-decoration:none;
    color:red;
}
a:visited {
    text-decoration:none;
    color:red;
}
a:active {
    text-decoration:none;
    color:red;
}
a img { border-width: 0; }

