body {
    min-width: 960px;
    background: #D0D0D0;
}

#contenedor{
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    height: 640px;
    background-image: url('../img/background.jpg');
}

/* HEADER */
#header{
    height: 225px;
    background: center no-repeat url('../img/title.png');
    z-index: 1;
}

/* CONTENT */

#content{
    position: relative;
    height: 405px;
    z-index: 2;


}

#spike{
    position: relative;
    height: 399px;
    width: 465px;
    left: 20px;
    top: 16px;
}

#apps{
    position: relative;
    height: 400px;
    width: 475px;
}

.floatLeft{
    float: left;
}

.center{
    text-align: center;
}

.marginTop30{
    margin-top: 60px;
}

/* FOOTER */

#footer{
    position: relative;
    height: 20px;
}

#copyright {
    position: relative;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
}

#copyright p {
    font-size: 12px;
    color: #756f6f;
}

.aContact{
    font-size: 12px;
    color: #756f6f;
    text-decoration: none;
}

.aContact:hover{
    text-decoration: underline;
}