body {
    background-image: url(../images/bg.jpg);
}

#crashlove {
    background-image: url(../images/crashlove.png);
    height: 303px;
    width: 316px;
    margin: 15px;
}

#news {
    background-image: url(../images/news.png);
    background-repeat: no-repeat;
    height: 474px;
    width: 500px;
    position: absolute;
    top: 15px;
    left: 331px;
    padding: 40px 40px 0px 40px;
}


#footer {
    background-image: url(../images/footer.png);
    width: 329px;
    height: 126px;
    position: absolute;
    bottom: 0%;
    left: 0%;
}

a {
    color: #802A2A;
}