@charset "UTF-8";

body {
 	background-color: #ABB;
 	background-image: url("../img/circle01.png");
 	background-size: 120px 120px;
 	background-repeat: no-repeat;
	background-position: right top;
 	background-attachment: fixed; 	
}

div#wrapper {
  color: black;
  /*background-color: #eee;
  */
  background-color: #abb;
  width: 900px;
  
  font-size: 18pt;
  
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
}

/*
#btnFinmath {
	content: url('btnFinmath.gif'); 
}

#btnFinmath:hover {
	content: url('btnFinmath-over.gif'); 
}

#btnFinmath:mousedown {
	content: url('btnFinmath-down.gif'); 
}
*/
