/* Lista Colori:

Bianco			#fff
Azzurro fb		#5A7BC3
Arancio g+		#EE5C49
Rosso mail		#D44D53
Beige			#EBE1CE
Grigio                  #C8C1B0

*/

body { background-color: #3565B2; color: #00002D; font-family: 'Open Sans', sans-serif; }

html { margin-top: 120px; }

[class*="span"] { margin-left: 0px; }

.flatbox {
margin: 10px;
padding: 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}

#box1 { height: 150px; background-color: #fff; }
#box2 { width: 400px; position: relative; top: 50px; background-color: #EBE1CE; }
#box3 { border: solid 1px #fff; background-color: rgba(255,255,255,0.06); }
#box4 { position: relative; left: 60px; top: 60px; height: 220px; background-color: #D44D53; }
#box5 { position: relative; top: 50px; left: 100px; height: 180px; background-color: #EE5C49; }
#box6 { width: 440px; height: 50px; background-color: #C8C1B0; }

#footer {
    background-color: rgba(0, 0, 45, 0.6);
    color: white;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 0;
    margin: 0;
}

#contacts {
text-align: center;
line-height: 100px;
}

#contacts a {
margin: 0 10px;
}
