
#main{
	background-color:#bed1d1;
	margin-bottom:7px;
	padding:20px;
	background-image:url(../images/zekesnow.png);
	background-size:60px;
}
#main h2{
	font-weight:normal;
}
#main .floater{
	style:inline;
}
#main img{
	margin:12px;
	border:3px solid black;
}
#main p{
	line-height:1.2;
}
#imgs {
	margin:auto;
}
.otherbutton{
	background-image:url(../images/otherbutton.png);
	height:29px;
	width:140px;
	font-size:14pt;
	padding-top:6px;
	text-align:center;
}
.otherbutton:link{
	color:#1a5c8f;
	text-decoration:none;
	padding-right:5px;
	padding-left:5px;

}
.otherbutton:visited{
	color:#1a5c8f;
	text-decoration:none;
	padding-right:5px;
	padding-left:5px;

}
.otherbutton:hover{
	color:#2475b3;
	text-decoration:none;


}
.otherbutton:active{
	color:#90d1d6;
	text-decoration:none;
	background-image:url(../images/otherbuttonpress.png);
}
