@charset "UTF-8";


html
{
    height: 100%;
}

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    height: 100%;
}


footer
{
    border: 0 solid #FF0000;
    margin: 120px auto;
    padding: 20px 0;
    font-size: 12px;
    text-align: center;
    width: 100%;
    position: relative;
    color: #999999;
}

#main
{
   width:600px;
   margin:0 auto;
   
}

article
{
    margin: 60px auto;
}

article img#logo
{
   margin:20px 125px;
}

article p
{
    margin:20px 0;
    line-height:1.4em;
    text-align:justify;
}

article p.centered
{
    text-align:center;
}

article p.header
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: 28px;
}

article ul li
{
    list-style: none;
    /*float:left;*/
    /*display:inline;*/
    background-repeat: no-repeat;
    margin: 0 10px;
    width:250px;
    height:30px;
}


article #iglomy-div
{
    background-image: url('images/iglomy.png');
    width:252px;
    height:82px;
}

article #iglomy-div:hover
{
    background-image: url('images/iglomy-hover.png');
}

article #iglocn-div
{
    background-image: url('images/iglocn.png');
    width:252px;
    height:82px;
}

article #iglocn-div:hover
{
    background-image: url('images/iglocn-hover.png');
}


article ul
{
    margin:0 auto;
}





