body {
    background-image: url("../pics/wood.png");
    color: #fff;
    font-size: 24px;
    margin: 0;
    padding: 0;
}
a, a:active, a:hover, a:visited {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.header {
    background-color: #242423;
    height: 100px;
    left: 0;
    position: fixed;
    top: 50px;
    width: 100%;
}
.footer {
    height: 100px;
    margin-top: 200px;
    text-align: center;
}
.menu {
    background-color: #242423;
    height: 100%;
    left: 50px;
    position: fixed;
    top: 0;
    width: 200px;
}
.menu_element {
    background: #242423 none repeat scroll 0 0;
    border-bottom-right-radius: 50px;
    margin-left: -10px;
    margin-top: 20px;
    padding: 10px;
    width: 250px;
}
.menu_element.first {
    margin-top: 300px;
}
.content {
    margin: 0 auto;
    width: 1000px;
}
.container {
    background-color: #242423;
    margin-bottom: 1000px;
    min-height: 400px;
    padding: 30px;
}
.anchor {
    min-height: 300px;
}
.image {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 220px;
}
.image.full {
    width: 900px;
}
.logo {
    left: 75px;
    position: fixed;
    top: 25px;
    width: 155px;
}
.logo2 {
    left: 75px;
    position: fixed;
    top: 25px;
    width: 160px;
}
.table_links {
    border-collapse: collapse;
}
.table_links > tbody > tr > td:nth-child(1) {
    padding: 20px;
    width: 400px;
}
.table_links > tbody > tr > td:nth-child(2) {
    padding: 20px;
    width: 100px;
}
.table_links > tbody > tr > td:nth-child(3) {
    padding: 20px;
    text-align: right;
    width: 400px;
}
.link_logo {
    width: 400px;
}
.z150 {
    z-index: 150;
}
.z151 {
    z-index: 151;
}
.z152 {
    z-index: 152;
}
.z50 {
    z-index: 50;
}
.z51 {
    z-index: 51;
}
.z52 {
    z-index: 52;
}
.shadow {
    box-shadow: 3px 3px 5px 6px #111;
}
.underline {
    text-decoration: underline;
}
@media only screen and (max-width: 1700px) {
body {
    font-size: 20px;
}
.content {
    width: 800px;
}
.image.full {
    width: 700px;
}
.table_links > tbody > tr > td:nth-child(1) {
    padding-bottom: 20px;
    width: 300px;
}
.table_links > tbody > tr > td:nth-child(2) {
    padding-bottom: 20px;
    width: 100px;
}
.table_links > tbody > tr > td:nth-child(3) {
    padding-bottom: 20px;
    text-align: right;
    width: 300px;
}
.link_logo {
    width: 300px;
}
}
@media only screen and (max-width: 1600px) {
body {
    font-size: 18px;
}
.content {
    width: 700px;
}
.image.full {
    width: 600px;
}
.table_links > tbody > tr > td:nth-child(1) {
    padding-bottom: 20px;
    width: 250px;
}
.table_links > tbody > tr > td:nth-child(2) {
    padding-bottom: 20px;
    width: 50px;
}
.table_links > tbody > tr > td:nth-child(3) {
    padding-bottom: 20px;
    text-align: right;
    width: 250px;
}
.link_logo {
    width: 250px;
}
}
@media only screen and (max-width: 1500px) {
body {
    font-size: 16px;
}
.content {
    width: 600px;
}
.image.full {
    width: 500px;
}
.table_links > tbody > tr > td:nth-child(1) {
    padding-bottom: 20px;
    width: 200px;
}
.table_links > tbody > tr > td:nth-child(2) {
    padding-bottom: 20px;
    width: 50px;
}
.table_links > tbody > tr > td:nth-child(3) {
    padding-bottom: 20px;
    text-align: right;
    width: 200px;
}
.link_logo {
    width: 200px;
}
}
@media only screen and (max-width: 1400px) {
body {
    font-size: 16px;
}
.content {
    margin-left: 350px;
    width: 600px;
}
.image.full {
    width: 500px;
}
}
