html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
body{
    background-color: #F2EEE3;
    font-family: Verdana, Arial;
}

.container{
    width:940px;
    margin:0 auto;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    background-color: #fff;
    position: relative;
}
.header{
    width:100%;
    height: 417px;
    position: relative;
}

.header-title{
    position: absolute;
    line-height:44px;
    width:920px;
    padding-left: 20px;
    background-color: #ffffff;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    font-size: 24px;
    bottom:0px;
    left:0px;
}
#logo{
    position: absolute;
    top: 0;
    right: 0;
    height: 150px;
}
#logo img{
    height: 150px;
}
.main-content {
    width: 895px;
    padding: 20px 25px 20px 20px;
    border-left: 1px solid #d0d0d0;
}
.content{
    text-align: center;
}
.content p{
    line-height: 40px;
}
.content p:nth-child(2){
    font-weight: bold;
}
.content img.eu{
    max-width: 895px;
    margin-top: 20px;
}
.link{
    display: block;
    margin: 5px 7px 3px 10px;
    text-decoration: none;
    line-height: 1.35em;
    color:#3b74bb;
    cursor: pointer;
    background: #D5EBFB;
    padding: 5px 10px;
    width: 141px;
}

.style_switcher {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}