@charset "utf-8";
/* CSS Document */

html,body {
	background-color:#dbd2cb;
	height:100%;
	}
	
html>body #container {
	height: auto;
	width:100%;
	}
	
#container {
	position: relative;
	min-height: 94px;
	height: 200px;
	width:100%;
	margin: auto;
	top:40%;
	background-image: url(../img/bgcover.gif);
	background-repeat: repeat-x;
	border: 0px solid red;
	}
	
#languages {
	width:900px;
	margin:auto;
	height:300px;
	border: 0px solid red;
	}
	
#SxBox {
	float:left;
	border: 0px solid red;
	}
	
#DxBox {
	float:right;
	padding-top:47px;
	border: 0px solid red;
	}
	
a.linkzSubMenu { font-size:12px; font-family:Arial,Helvetica; color:#4a4846; font-weight:normal; text-decoration:none; }
  a.linkzSubMenu:link     { color:#4a4846;}   
  a.linkzSubMenu:visited  { color:#4a4846;}
  a.linkzSubMenu:hover    { color:#a8101b;}
  
#footer {
	position: absolute;
	bottom: 0;
	height: 33px;
	width: 930px;
	}