html, body {
padding: 0;
margin: 0;
}
body {
background: url('../images/bg.jpg') no-repeat fixed center center;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
position: relative;
}
a {
color: #000;
text-decoration: none;
}
#logo {
max-width: 180px;
clear: both;
margin: 0 auto 10%;
display: block;
}
aside {
background: rgba(255,255,255,0.9);
height: 100%;
padding: 0 3%;
margin: 0;
text-align: center;
font-size: 22px;
width: 30%;
position: fixed;
top: 0;
right: 0;
display: block;
}
aside p {
font-size: 16px;
}
aside > div {
padding: 10% 0;
}
.clear {
clear: both;
}