body {
  font-family: Arial, Verdana;
  background-color: #330000;
  color: #FFF;
  min-width: 777px;
  margin: 0;
  text-align: center;
}
address
{
	font-size: xx-small;
    font-style: normal;
    color: #795b5b;
	position:absolute;
	bottom:0;
	margin-bottom:-18px;
	width:777px;
	text-align:center;
}
#centered {
    width: 777px;
    height: 50%;
    margin:0 auto;
    /*position: absolute; height: 50%; top: 25%;*/
    text-align: center;
}
#Welcome
{
    background-image: url(images/HomePage.jpg);
    background-repeat: no-repeat;
    width: 777px;
	min-width:777px;
    height: 333px;
    text-align: left;
	/*margin-top:-280;
	pxposition:relative;*/
	position:absolute;
	z-index:2;
	margin:0 -389px;
	top:26%;
	left:50%;
	color:#CBCBCB;
}
#Lang
{
    position: absolute;
    width: 162px;
    text-align: right;
    margin-top: 253px;
    
}
#Lang a
{
    font-weight: bold;
    font-family: Arial;
    text-decoration: none;
    color: #8A7070;
    float: none;
    clear: both;
    margin-bottom: 10px;
}
#Lang a:hover
{

    color: #330000;

}
#Keys
{
    width: 777px;
    height: 333x;
	font-size:10px;
	position:absolute;
	z-index:1;
	margin:0 -389px;
	top:26%;
	left:50%;
}
#Keys p
{
	margin:0;
	}

