
#main{
	background-color:#bed1d1;
	margin-bottom:7px;
	padding:10px;
	background-image:url(../images/zekesnow.png);
	background-size:60px;
}
#main h2{
	font-weight:normal;
	text-align:center;
	margin-top:-274px;
	margin-left:278px;
	margin-right:6px;
	margin-bottom:-8px;
	color:rgb(237, 237, 237)
}
#main a{
	text-decoration:none;
	color:black;
	padding-left:0px;
}
#main p{
	display:block;
	margin-left:278px;
	margin-right:6px;
	text-align:justify;
	color:rgb(202, 202, 202)
	
}
#main img{
	border:3px solid rgb(117, 117, 117);
	display:inline;
	margin:6px;
}
#main .floater{
	display:inline-block;
	margin:10px;
	border:5px solid black;
	transition:transform 0.2s;
	width:85%;
	text-align:left;
	height:278px;
	background-image:url(../images/zekegrey.png);
}
#main .floater:hover{
	transform: scale(1.02,1.02);
}
#main .floater:active{
	transform: scale(0.98,0.98);
}
.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);
}
