/* CSS Document */
/* hide from ie on mac \*/
img { behavior: url(iepngfix.htc); }

html {
	height: 100%;
	overflow: hidden;
}

/* end hide */
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #003333;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
table {
	position:absolute;
	top:60%;
	height:120px;
	margin-left:auto;
	margin-right:auto;
	margin-top: -120px;
	color:#C0C0C0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
} 
#eimg{
font-family : 'Lucida Grande', Verdana, san-serif;
clear: both;
position : absolute;
width : 100%;
color : #AAAAAA;
font-size : 9px;
text-align: right;
bottom : 20px;
float: left;

}
#eal {
font-family : 'Lucida Grande', Verdana, san-serif;
width : 118px;
color : #AAAAAA;
font-size : 10px;
text-align: center;
float: left;

}
#eal a{

color : #FFFFFF;


}
#acral {
font-family : 'Lucida Grande', Verdana, san-serif;
width : 100px;
color : #AAAAAA;
font-size : 9px;
text-align: right;
float: right;
}


#footer {
font-family : 'Lucida Grande', Verdana, san-serif;
clear: both;
position : absolute;
width : 100%;
color : #AAAAAA;
height : 22px;
font-size : 9px;
background-color : #003333;
border-top : 1px dotted #333;
bottom : 0;
float: left;
z-index: 1;


}
#footer .r{
float: left;
padding-left: 5px;
}
#footer .r a{
color: #b5f76e;
text-decoration: none;
font-weight: strong;
}
#footer .l a{
color: #b5f76e;
text-decoration: none;

}
#footer .l{
float: right;
padding-right: 5px;
}


