html
{
  overflow: hidden;
  height: 99%;
}
                         
body
{
	height: 99%;
	width: 80%;
	margin: 0;
	padding: 0;
	line-height: 150%;
	text-align: center;
	background-image: url(../images/co.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

*
{
  font-size: 10pt; 
  font-family: Tahoma, Verdana, sans-serif; 
  color: #000000;
  text-align: left;
}

.content
{
}

#menu {
	display:block; bottom:2px; right:0px; width:100%; position:fixed;
 height:32px;
}
*html #menu {position:absolute;}

/* === Language menu === */


#submenu
{
	height: 31px;
	width: 350px;
	padding-left: 10px;
	margin: 0;
	list-style: none;
	float: right;
}

#submenu li
{
	float: left;
	display: block;
	width: 82px;
	height: 31px;
	padding-right: 70px;
}

#submenu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 25px;
  text-align: center;
}

#submenu a:link, #submenu a:visited
{
  color: #ffffff; 
  background-image: url(../images/tabb.jpg);  
}

#submenu a:hover, #submenu a:active
{
  background-image: url(../images/taba.jpg);
  color: #4BA0CC; 
}

#submenuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url(../images/tabb.jpg);    
  text-decoration: none;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
}



/* === Other Divs === */
 

.designinfo
{
	float: right;
}
.designinfo a
{
	text-decoration: none;
	color: #0099FF;
	font-size: 10px;
}
.designinfo img
{
	vertical-align: middle;
}