﻿html, body {
    height: 100%;
    margin: 0;
}

body 
{
    background-color: white;
    color: white;
    font-family: Verdana, Tahoma, Arial;
    font-size: 11pt;
}

a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}

#container
{
    background: transparent url(/img/home/bgnd-home.jpg) top right no-repeat;
    left: 50%;
    margin-top: -384px;
    margin-left: -512px;
    height: 768px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 1024px;
}

#inner-container
{
    padding-right: 250px;
}
 
#inner-container h1
{
    background: transparent url(/img/home/logo.png) top center no-repeat;
    height: 110px;
    margin-top: 275px;
    margin-bottom: 40px;
}

#inner-container h1 span
{
    display: none;
}

#inner-container div
{
    margin: 0 auto;
    width: 600px;
    word-spacing: .2em;
}

#inner-container p
{
    background-position: left top;
    background-repeat: no-repeat;
    margin-bottom: 25px;
    padding-top: 5px;
    padding-left: 45px;
    text-align: left;
    width: 400px;
}

#inner-container p.it
{
    background-image: url(/img/home/flag_it.png);
}

#inner-container p.en
{
    background-image: url(/img/home/flag_ukus.png);
    float: right;
}

a
{
    color: white;
    display: block;
    font-weight: bold;
    padding-left: 5em;
    padding-top: .5em;
}

a:hover
{
    color: #d86815;
}

#footer
{
    bottom: 0;
    font-size: .75em;
    padding-bottom: 10px;
    padding-right: 10px;
    position: absolute;
    right: 0;
} 
