body {
    padding: 0;
    margin: 0;
}

#header {
    background-color: rgb(0, 0, 0);
}

#header_wrapper {
    width: 50%;
    margin: 0 auto;
    text-align: left;
}

#logo {
    float: left;
    margin-left: -12px;
    margin-bottom: 2px;
    padding: 3.5px 0px 3px 0px;
}

#contact {
    float: right;
    padding: 18px 0px 0px 0px;
    font-size: 1.2em;
    color: #00f;
}

#nav {
    clear: both;
    background-color: rgb(0, 0, 0);
}

#nav_wrapper {
    width: 50%;
    margin: 0 auto;
    text-align: left;
}

#nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
}

#nav ul li {
    display: inline-block; /*This has the same effect as floating*/
}

#nav ul li a {
    display: block;
    font-size: 1.3em;
    color: #fff; /*This determines the colour of the navigation menu items.*/
    text-decoration: none; /*This removes the underline from the navigation menu items.*/
    padding: 10px 20px; /*Since block elements take up the full width available, they cannot float next to each other. Therefore, specify some padding to make them look good.*/
}

#nav ul li a:hover {
    background-color: #0000af;
}

#content {
    position: relative;
    width: 100% /* for IE 6 */
}

img {
    max-width: 100%;
}

#content_wrapper {
    width: 100%;
    position: absolute;
    top: 30%;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    font-size: 1.5em;
/*    background-color: #000; /* fallback color */*/
/*    background: rgba(0, 0, 0, 0.5);*/
    padding: 10px;
}

#content_training_1 {
    clear: both;
    background-color: #FAFAFA;
}

#content_training_1_wrapper {
    width: 50%;
    margin: 0 auto;
    text-align: left;
}

#content_recruitment_1 {
    clear: both;
    background-color: #181818;
}

#content_recruitment_1_wrapper {
    width: 50%;
    margin: 0 auto;
    text-align: left;
}

#content_about_us_1 {
    clear: both;
}

#content_about_us_1_wrapper {
    width: 50%;
    margin: 0 auto;
    text-align: left;
}

#footer_1 {
    background-color: #858585;
}

#footer_1_wrapper {
    width: 50%;
    margin: 0 auto;
    text-align: left;
}

#footer_1 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
}

#footer_1 ul li {
    display: inline-block; /*This has the same effect as floating*/
}

#footer_1 ul li a {
    display: block;
    font-size: 1.3em;
    color: #fff; /*This determines the colour of the navigation menu items.*/
    text-decoration: none; /*This removes the underline from the navigation menu items.*/
    padding: 10px 20px; /*Since block elements take up the full width available, they cannot float next to each other. Therefore, specify some padding to make them look good.*/
}

#footer_1 ul li a:hover {
    background-color: #606060;
}

#footer_2 {
/*    background-color: #000;*/
    background-color: #858585;
}

#footer_2_wrapper {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    color: #c8c8c8;
    padding: 2px 0px 2px 0px;
}