body {
    color: #333;
    background: url('images/bg.jpg') no-repeat fixed center center;
}

.cv ,
.projects ,
.tech ,
.more { background-color: white; }

h1 ,
h2 { color: #F90;}
a { background-color: #4d8fc7; color: #FFF; }
a:hover { background-color: #FF4500; color: #FFF; }

.wrapper-main h1 span {
    color: maroon;
    background-color: white;
}

.wrapper .lang {
    padding: 10px;
    float: left;
}
.wrapper .lang span {
    display: none;
}
.wrapper-pt .lang {
    background: #FFF url('images/pt.png') no-repeat scroll center center;
    width: 23px;
    height: 17px;
}
.wrapper-en .lang {
    background: #FFF url('images/en.png') no-repeat scroll center center;
    width: 23px;
    height: 17px;
}