* {
    margin: 0;
    padding:0;
    box-sizing: border-box;
}

body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-image:url(images/background.jpg);
    background-size: 100%;
    background-attachment:fixed;
}

#wrapper {
    width:940px;
    margin:20px auto;
    background-color: rgb(255, 233, 237, 0.9);
}

header {
    padding-bottom: 16px;
    height: 100px;
}

#logo {
    margin: 15px 15px 15px 15px;
    display:inline;
    max-height: 100%;
}

nav {
    margin: 15px 15px 15px 15px;
    height:50px;
    background-color: rgb(247, 165, 184);
    line-height: 50px;
}

nav li {
    list-style-type: none;
    float: left;
    width: 50%; /*list number/100 */
    text-align: center;
}

nav a {
    text-decoration: none;
    color:rgb(199, 0, 81);
    display: block;
}

nav a:hover {
    background-color: rgb(199, 0, 81);
    color:#fff;
}

main.index {
    width:560px;
    float:left;
    margin-top: 24px;
    margin: 15px 15px 15px 15px;
}

main.bigmain {
    width:900px;
}

aside {
    width:320px;
    padding: 15px;
    background-color: rgb(247, 165, 184);
    float:right;
    margin: 15px 15px 15px 15px;
}

footer {
    height:50px;
    border-top: 1px dotted rgb(199, 0, 81);
    clear:both;
    line-height: 50px;
    font-size: .9em;
    margin: 15px 15px 15px 15px;
}

footer li {
    list-style-type: none;
    float:left;
    margin-right: 30px;
    color:rgb(199, 0, 81);
}

footer a {
    color:rgb(199, 0, 81);
}

img.kirby1 {
    float: right;
    width: 225px;
}

img.kirby2 {
    padding-right: 15px;
    padding-bottom: 10px;
    float: left;
    width: 200px;
    margin-right: 15px;
}

img.kirbyAside {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}

img.big {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
}

h1, h2, h3 {
    margin-bottom: 15px;
    color:rgb(199, 0, 81);
}

p {
    line-height: 1.5;
    margin-bottom: 10px;
    color:rgb(147, 0, 59);
}