/* CSS bweb.ch by softCodex */


body {
font: 1em 'Ubuntu', sans-serif;
background-color:#ffffff;
line-height: 1.35em;
}

.wrap {
width:700px;
color:#000;
margin:0 auto;
padding-top:150px;
text-align:center;
}

h1 {
font-size:1.6em;
color:#666;
}

h2 {
font-size:1.4em;
color:#999;
}

a {
color:#eb2228;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

.banner {
text-align:center;
margin:20px 0;
}

.footer {
opacity: 0.3;
    filter: alpha(opacity=40);
}