html,
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

#container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;

}

#content {
    text-align: left;
}

#links {
    position: relative;
    width: 800px;
    height: auto;
    top: 10px;
    left: 10px;
    text-align: left;
    vertical-align: bottom;
}

#linksText {
    position: relative;
    width: 800px;
    height: auto;
    top: 37px;
    left: 10px;
    text-align: left;
    vertical-align: bottom;
}

#main {
    position: relative;
    background-image: url("../img/hairzbluat.jpg");
    background-repeat: no-repeat;
    width: 1200px;
    height: 860px;
    top: 30px;
}

#mainText {
    position: relative;
    width: 1200px;
    height: auto;
    top: 30px;
    border: 1px solid #000000;
}

#containerText {
    width: 800px;
    margin-left: 30px;
    margin-right: auto;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

#contentText {
    text-align: left;
}

a:link, a:visited, a:active {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}