body {
    font-family: sans-serif;
    padding: 0;
    margin: 0;
    background-color: #f0f0f0;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

a {
    color: green;
    text-decoration: none;
}

a:hover {
    color: darkgreen;
}

#news {
    font-size: small;
    color: #444444;
    padding-bottom: 15px;
}

#footerwrapper {
    width: 100%;
}

#header {
    padding: 10px;
    text-align: center;
    background-color: #bbb;
    border-bottom: 1px solid black;
}

#header a {
    text-decoration: none;
    color: green;
}

#content {
    background-color: #f0f0f0;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
    margin-bottom: 65px;
    flex: 1;
}

#piclist {
    margin-left: auto;
    margin-right: auto;
}

#piclist td {
    width: 190px;
    height: 180px;
    text-align: center;
}

#content img {
    border: 1px solid black;
    margin: auto;
}

#footer {
    padding: 10px;
    background-color: #ffd0d0;
    border-top: 1px solid black;
}

#footers-footer {
    font-size: x-small;
    text-align: center;
    background-color: white;
    color: #777777;
}

#vote {
    height: 1.6ex;
}

#login-box {
    position: absolute;
    right: 5px;
    top: 25px;
    width: 200px;
    background-color: #555;
    -moz-border-radius: 4px;
}

#login-box form {
    text-align: center;
}

.faq {
    text-align: left;
    padding-left: 50px;
    width: 800px;
    margin:auto;
}

.faq table {
    border-color: black;
    border-style: solid;
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

.faq td, th {
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: black;
}

#bottomlinks {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-size: large;
}

#bottomlinks a {
    text-decoration: none;
}

#signupformwrapper {
    width:470px;
    padding-top:25px;
    margin:auto;
    text-align: left;
}

.flash {
    color:red;
}
