* {
    margin:0;
    padding:0;
}
html, body {
    height: 100%;
    width: 100%;
}

body {
    font-family: Verdana;
    font-size: 12px;
}

div.distance {
    width: 10px;
    height: 50%;
    margin-bottom: -360px;
    float: left;
}

div.wrapper {
    margin: 0 auto;
    height: 720px;
    width: 1280px;
    clear: left;
    border: 2px solid black;
}
div.banner {
    position: relative;
    margin-top: 50px;
    margin-left: 50px;
    height: 100px;
    width: 1180px;
    background-image: url("../img/aewolf_banner.jpg");
    background-repeat: no-repeat;
    background-position: center center;
	background-size: auto 100px;
}

div.menu {
    position: relative;
    margin-top: 20px;
    /*margin-left: 50px;*/
    padding: 0 50px;
    height: 50px;
    width: 1080px;
    line-height: 50px;
}

div.content {
    position: relative;
    margin-top: 20px;
    margin-left: 50px;
    padding-top: 20px;
    padding-left: 50px;
    height: 430px;
    width: 1080px;
}

a.navigation {
    padding-right: 20px;
    font-size: 20px;
    text-decoration: none;
    color: black;
}

div.brand {
    margin-bottom: 20px;
    padding: 10px;
    width: 400px;
    height: 100px;
    /*border: 1px solid black;*/
}

img.link {
    height: 100px;
}

h1 {
    font-size: 14px;
    font-weight: normal;
}