html { 
  background: url("pic/bg_aqua.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	xx-background: url("pic/bg_aqua.jpg") no-repeat top left fixed;
	margin: 0 50px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #002030;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
}

h1 {
	font-size: 14px; 
}

table.ee-table {
	padding: 12px;
}

table.ee-table td {
	padding: 12px;
}

a {
	text-decoration: none;
}

#impress a {
	color: #FFFFFF;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#impress {
	background: url(pic/bg2_trans_40.png) repeat;
	position: fixed; right: 10px; bottom: 10px;
}

#language a {
	color: #FFFFFF;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;

}

#language {
	background: url(pic/bg2_trans_40.png) repeat;
	position: fixed; right: 10px; top: 10px;
}


.oneColLiqCtr #container {
	width: 700px;  /* this will create a container 80% of the browser width */
	background: url(pic/bg_trans_40.png) repeat;
	margin-left: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: -40px;
	padding-bottom: 20px;
	padding-top: 0px;
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.oneColLiqCtr #mainContent-right {
	width: 675px;  /* this will create a container 80% of the browser width */
	background: url(pic/bg_trans_40.png) repeat;
	margin-left: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: -40px;
	padding-right: 25px;
	border: 0px;
	text-align: right; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


.hidden { 
	display: none; 
}
   
   
img { 
	border: 0px; 
}


a:link { 
	color:#000 ; text-decoration:none; 
}

a:visited { 
	color:#000 ; text-decoration:none; 
}

a:active { 
	color:#fff; text-decoration:none; 
}

a.an { 
	text-decoration:none; 
}
