body {
    padding: 0;
    margin: 0;
    font-family: Helvetica Neue, Arial, sans-serif;
    color: #333;
    letter-spacing: 1px;
    /*background: url("http://cl.ly/image/1B0s1A070e29/019.jpg") fixed;
    background-size: 100%;*/
    background: #fff;
}

#header {
    background: url("http://cl.ly/image/1B0s1A070e29/019.jpg");
    background-size: 100%;
    width: 800px;
    height: 250px;
    border-radius: 3px;
    position: relative;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

#header .h-name {
    position: absolute;
    top: 50px;
    height: 40px;
    background: #FFFFFF;
    left: 50px;
    color: #3C3C3C;
    line-height: 40px;
    font-size: 16pt;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 0 10px;
}

#header .h-subtitle {
    position: absolute; 
    top: 95px; 
    height: 30px; 
    background: #D1D1D1;
    left: 50px; 
    color: #383838; 
    line-height: 30px; 
    font-size: 10pt;
    text-transform: uppercase;  
    letter-spacing: 3px;
    padding: 0 10px;
}

#quote {
    width: 800px;
    margin: auto;
    font-size: 20px;
    font-weight: normal;
    line-height: 31px;
    text-align: justify;
    margin-bottom: 50px;
}

#apps-box {
    width: 100%;
}

#apps {
    padding: 50px;  
    width: 575px;
    margin: auto;
}

.cake {
    width: 225px;
    height: 340px;
    padding: 25px;
    text-align: center;
    float: left;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    border-radius: 3px;
}

.cake.fine {
    background: url("../img/fine.bg.png");
    margin-right: 25px;
}

.cake.swift {
    background: url("../img/swift.bg.png");
    color: #333;
}

.flour {
    width: 175px;
    padding: 25px;
}

.ice {
    font-size: 24pt;
    margin-bottom: 15px;
}

#footer {
    text-align: center;
    padding: 50px 0;
    text-transform: uppercase;
    color: #bbb;
}

#footer span {
    background: #F7F7F7;
    padding: 0 8px;
    letter-spacing: 2px;
    color: #333;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    font-size: 10pt;
}

.clear {
    clear: both;
}

button {
    padding: 10px;
    border: 0;
    border-radius: 3px;
    font-size: 10pt;
    background: transparent;
    color: #333;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    width: 150px;
    border: 1px solid #ff1053;
}

button:hover {
    background: #ff1053;
    color: #fff;
}

button:active {
    background: #CA5D6B;
}