img
{
    border: 0px;
}

#main {
	width: 862px;
	margin: 0 auto;
	}

#backgroundHeader 
{
    position: relative;
	width: 862px;
	height: 114px;
	margin: 0 auto;
	background: url('images/header1.jpg') no-repeat;
	}
	
#mainBackground {
	width: 862px;
	height: 639px;
	margin: 10px auto;
	background: url('images/mainBack.jpg') no-repeat;
	}
	
#footer
{
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-size: 75%;
    color: Black;
    margin: 0 10px 0 0;
}

#footer img
{
    vertical-align: middle;
}

#footer a
{
    color: Black;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}

#flagPicker
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#flagPicker #flagPickerBody
{
    position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	margin: 0 20px 0 0;
}

#flagPicker #countryName
{
    text-align: right;
}

#flagPicker ul
{
    clear: both;
    height: 25px;
    white-space: nowrap;
    list-style: none;
    float: right;
    padding: 0 0 0 0;
    margin: 0 0 6px 0;
}

#flagPicker ul li
{
    display: inline;
    float: left;
}

#flagPicker ul li a
{
    float: left;
    display: inline;
    width: 25px;
    height: 25px;
}

#flagPicker ul li a img
{
    background: #6ECDFF;
    width: 25px;
    height: 25px;
    border-style: solid;
    border-color: #3595C7;
    border-width: 1px 0 1px 0;
}

#flagPicker ul li a:hover img, #flagPicker ul li a.active img
{
    background: #97DBFF;
}

#countryName
{
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-size: 110%;
    color: White;
}
