html body {
    background: url("/public/images/background.png") 0 0 repeat;
    margin: 0px;
    padding: 0px;
    
    font-family: Arial, sans-serif;
    
    text-align: left;
}

#fullcontent {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100%;

    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.37), rgba(255,255,255,0.37));
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.37), rgba(255,255,255,0.37));
    background-image: linear-gradient(to top, rgba(0,0,0,0.37), rgba(255,255,255,0.37));
}

.aligncenter {
    text-align: center;
}

.alignright {
    text-align: right;
}

#sadface {
    text-align: center;
}
#sadface img {
    margin: 0 auto;
}


