
#main{
	background-color:#bed1d1;
	/*border: 2px solid red;*/
	background-image:url(../images/zekesnow.png);
	background-size:60px;
	transition: all 0.1s;
}
#main img {
	border:3px solid black;
	margin-bottom:3px;
}

#main .main1{
	text-align:left;
	padding:10px;
	margin-bottom:7px;
	clear:both;
	/*border: 2px solid red;*/
}
#main .main2{
	text-align:left;
	padding:10px;
	margin-bottom:7px;
	clear:both;
	/*border: 2px solid red;*/

}
#main strong{
	font-size:18pt;
}
#main .main1 .img{
	margin-right:70px;
	float:right;
	margin-left:45px;
}
#main .main1 .text{
	margin-top:10px;
	width:600px;
	/*border: 2px solid red;*/
	/*top:35px;
	position:relative;
	left:6%;*/
	float:left;
	margin-bottom:50px;
}
#main p{
	font-size:14pt;
}
#main .main2 .img{
	float:left;
	margin-right:45px;
	margin-left:70px;
	/*border: 2px solid red;*/
}
#main .main2 .text{
	margin-top:10px;
	width:600px;
	/*top:35px;
	position:relative;
	left:30px;*/
	/*border: 2px solid red;*/
	float:right;
	margin-bottom:50px;
}
.main1 .otherbutton{
	background-image:url(../images/otherbutton.png);
	float:left;
	height:29px;
	width:140px;
	font-size:14pt;
	padding-top:6px;
	position:relative;
	top:20px;
	left:185px;
	text-align:center;
	transition: all 0.1s;
}
.main2 .otherbutton{
	background-image:url(../images/otherbutton.png);
	float:left;
	height:29px;
	width:140px;
	font-size:14pt;
	padding-top:6px;
	position:relative;
	top:20px;
	left:190px;
	text-align:center;
	transition: all 0.1s;
}
.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);
}
@media screen and (max-width: 1171px) {
	#main .main1 .img, #main .main2 .img, #main .main1 .text, #main .main2 .text, #main{float:none; text-align:center;margin:auto;}
}
@media screen and (max-width: 1171px) {
	.main1 .otherbutton, .main2 .otherbutton{left:225px;top:-8px;}
}
@media screen and (max-width: 1171px) {
	#main .main2 .text, #main .main1 .text{margin-bottom:38px;}
}