*{
margin:0;
padding:0;

}

/*.head{
  border-radius: 25px;
  background: #9da8b2;
  padding: 15px; 
  max-width: 100%;
  height: 280px;
  margin-left: 23%;
  margin-right: 23%;
  margin-bottom: 2%;
  margin-top: 2%;
}*/
.head{
	/*border-radius: 25px;*/
	background: #9da8b2;
	background-image:
		url("background2.png");
	background-position: right;
	background-repeat: no-repeat;
	background-size: 50%;
	padding: 20px; 
	/*max-width: 70%;*/
	height: 300px;
	max-width: 50%, 50%;
	/*margin-left: 22.8%;
	margin-right: 23.7%;*/
	margin-bottom: 10px;
	/*margin-top: 2%;*/
}
body{
   min-width:1000px;        /* Suppose you want minimum width of 1000px */
   width: auto !important;  /* Firefox will set width as auto */
   width:1000px;            /* As IE6 ignores !important it will set width as 1000px; */
}
.logo{
	margin-right:50%;
	text-align: left;
	max-width: 100%;
}
.main{
	vertical-align: middle;
}

body {
	background-color:#f4f4f4;
}

.bodytitle {
	color:rgb(54, 55, 55);
	text-align: center;
	font-size: 20px;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.disclaimer {
	text-align:	left;
	max-width: 70%;
	margin-right: 50%;
	margin-left: 1.5%;
	padding: 20px;
	padding-top: 0px;
}

.download{
	background-color: #8295a3;
	border-radius: 10px;
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
}

.op1{
	margin-bottom:2%;
	border-radius: 10px;
	background-color: #8295a3;
	color: white;
	padding: 10px 20px;
	text-decoration: none;
	display: inline-block;
	text-align: left;
	margin-left: 2.8%;
	margin-right:0.1%;
	font-size:12px;
}

.op2{
	margin-bottom:2%;
	border-radius: 10px;
	background-color: #8295a3;
	color: white;
	padding: 10px 20px;
	text-decoration: none;
	display: inline-block;
	text-align: left;	
	margin-left:0.1%;
	margin-right:0.1%;
	font-size:12px;
}

.op3{
	margin-bottom:2%;
	border-radius: 10px;
	background-color: #8295a3;
	color: white;
	padding: 10px 20px;
	text-decoration: none;
	display: inline-block;
	text-align: left;	
	margin-left:0.1%;
	margin-right:0.1%;
	font-size:12px;
}

.op4{
	margin-bottom:2%;
	border-radius: 10px;
	background-color: #8295a3;
	color: white;
	padding: 10px 20px;
	text-decoration: none;
	display: inline-block;
	text-align: left;	
	margin-left:0.1%;
	margin-right:50%;
	font-size:12px;
}

.op1:hover{
	margin-bottom:2%;
	border-radius: 10px;
	background-color: #8ea2af;
	color: white;
	padding: 10px 20px;
	text-decoration: none;
	display: inline-block;
	text-align: center;	
	margin-right:0.1%;
	font-size:12px;
}

.op2:hover{
	margin-bottom:2%;
	border-radius: 10px;
	background-color: #8ea2af;
	color: white;
	padding: 10px 20px;
	text-decoration: none;
	display: inline-block;
	text-align: center;	
	margin-left:0.1%;
	margin-right:0.1%;
	font-size:12px;
}

.op3:hover{
	margin-bottom:2%;
	border-radius: 10px;
	background-color: #8ea2af;
	color: white;
	padding: 10px 20px;
	text-decoration: none;
	display: inline-block;
	text-align: center;	
	margin-left:0.1%;
	margin-right:0.1%;
	font-size:12px;
}

.op4:hover{
	margin-bottom:2%;
	border-radius: 10px;
	background-color: #8ea2af;
	color: white;
	padding: 10px 20px;
	text-decoration: none;
	display: inline-block;
	text-align: center;	
	margin-left:0.1%;
	margin-right:50%;
	font-size:12px;
}



.modinfo {
	padding: 20px;
	border-radius: 25px;
	background: #b3bec9;
	margin-top: 2%;
	margin-bottom: 2%;
	height: 650x;
	margin-left: 23%;
	margin-right: 23%;
	text-align: center;
}

.infotitle{
	font-size: 20px;
}

.download{
	font-size: 20px;
}
iframe{
	max-width: 500px;
	width: 100%;
	height: 285px;
}

.credit{
	margin-left: 0.5%;
	font-weight: bold;
	color:rgb(54, 55, 55);
}

