﻿/* DEFAULTS
----------------------------------------------------------*/
body
{
    margin: 0px;
    padding: 0px;
    background-color: White;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    height: 100%;
    width: 100%;
}

#relativeContents
{
    position: relative;
    top: 0px;
    width: 960px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#header
{
    position: absolute;
    width: 960px;
    height: 459px;
    background-image: url("header.jpg");
    background-position: top center;
    background-repeat: no-repeat;
}

#contents
{
    position: relative;
    top: 850px;
}

#contentsText
{
    position: relative;
    font-family: Arial, sans-serif;
    color: Black;
    line-height: 24px;
    font-size: 17px;
    text-align: justify;
}

h1
{
    position: relative;
    font-family: Arial, sans-serif;
    color: #585858;
    font-size: 20px;
    font-weight: normal;
}

#footer
{
    position: relative;
    top: 900px;
    width: 100%;
    height: 40px;
    background-color: #6da238;
    margin: 0px;
    padding: 0px;
}

.footerContets
{
    position: relative;
    color: White;
    font-size: 12px;
    top: 10px;
}

#fotoKunHeader
{
    position: absolute;
    width: 681px;
    height: 503px;
    top: -555px;
    left: 280px;
}