#background {position: absolute; left: 0px; top: 0px; z-index: -2; }
#background2 {position: absolute; left: 0px; top: 39px; z-index: -1; }
#menu {position: absolute; left: 46px; top: 245px; z-index: 0; }
#contents {position: absolute; left: 265px; top: 240px; z-index: 0; }

p.normal { font-family: Times new Roman, serif; font-size: 11pt; font-weight: normal; color: #000000; }

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#7F94A3;
}

.pushButton{
	background-repeat:no-repeat;
	text-align:center;
	width:100px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7F94A3;
	text-decoration: none;
	vertical-align: middle;
}

a.pushButton:active,a.pushButton:visited,a.pushButton:link{
	background-image:url(images/pushbutton_normal.gif);

}
a.pushButton:hover {
	background-image:url(images/pushbutton_push.gif);
	color:#336699;
}

