body
{
        margin: 0px;
	width: 100%;
	height: 100%;
	background-color: 3333FF;
  	background-image: url("images/mondex_bg.gif");
  	background-repeat: no-repeat; 
  	background-attachment: fixed; 
}


.bottomNav{
	position: absolute;
	left: 250px;
	top:1200px;
	
}

a {
	color: #DAB550;
	font-size: 12px;
	font-family: Optima,Arial,Helvetica,sans-serif;
	text-decoration: none;
}


a:hover {
	color: #ff0000;

	
}

.content_01 {
	color: #ffffff;
	font-size: 15px;
	font-family: Optima,Arial,Helvetica,sans-serif;

}



.button {
	font-size: 9px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.button2 {
	font-size: 9px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

.bdr_01
{
border-color: FFCC00;
border-style: solid solid solid solid;
border-width: 1px 1px 1px 1px;
}
...



