﻿body {
	margin:0;
    padding:0;
	background: #000 url('../images/bg-country-selector.jpg') no-repeat center top;
}

a, a:link, a:visited {
    color: white;
    font-family: Arial,Verdana,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 8px;
    text-decoration: none;
    text-transform: uppercase;
}

a:hover, a:active {
    color:#DE271E;
}

#html_container {
    left: 50%;
    margin-left: -435px;
    position: absolute;
    top: 359px;
}
