@charset "UTF-8";

html {
	height: 100%;
     }

body {
                height: 100%;
                background-color: #ffffff;
                background-image: url("../images/bg_kbs_cbk_itapa.jpg");
/*                background-image: url("../images/bg_ecc_itapa.jpg");
/*                background-repeat: no-repeat;*/
                background-repeat: repeat-y;
                background-size: auto;
                background-position: top right;
/*                background-attachment: fixed;*/
     }

section#header {
    width: 50%;
    background: none;
    margin-top: 5%;
    margin-left: 4%;
}

section#header h1 {
    font-size: 60px;
    line-height: 45px;
    color: #56b7de;
}

section#main {
    width: 65%;
    background: none;
    margin-top: 4%;
    margin-left: 4%;
}

section#main h1 {
    font-size: 60px;
    line-height: 45px;
    color: #c7c6c7;
}

section#main h2 {
    font-size: 30px;
    line-height: 45px;
    color: #486372;
}

section#main p, dl, dt, dd, ul {
    font-size: 25px;
    line-height: 35px;
    color: #486372;
}

ul { list-style: circle; }

a:link, a:visited {
    color: #486372;
/*    text-decoration: none;*/
    font-weight: bold;
    outline: 0;
}
a:hover, a:focus, a:active {
    font-weight: bold;
    color: #486372;
    text-decoration: underline overline dotted blue;
}

