html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 100%;
	font: inherit;
}
html, body {
    font-family: 'Mukta', sans-serif;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.000em;
	color: #FFFFFF;
	text-decoration: none;
	height: 100%;
	width: 100%;
	border-width: 0;
	background-color: #127C3A;
}
h1 {
	font-size: 150%;
	line-height: 100%;
	letter-spacing: 0.300em;
	font-weight: 300;
	text-align: left;
	color: #FFFFFF;
	display: block;
	text-transform:uppercase;
}
i, em, italic {
	font-style:italic;
}
b, strong {
	font-weight: bold;
}
table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
img {
	/*fix for Internet Explorer 5.5 and 6.0 PNG alpha*/
	behavior: url(iepngfix/iepngfix.htc);
}
hr {
	width: 100%;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFF;
	border-bottom-color: #FFFFF;
	border-left-color: #FFFFF;
}
:focus {
	outline: 0;
}
a {
	text-decoration: none;
	font-style: inherit;
	color: inherit;
}
a:hover {
	color:#000000;
}
#frame {
	width: 100%;
	height: 100%;
	bottom:0;
  	top:0;
  	left:0;
  	right:0;
	margin: auto;
	position: absolute;
	z-index: 1;
	overflow:auto;
}
#frame > div:first-child {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    width: 100%;
	max-width: 480px;
	height: 480px;
	z-index: 2;
}
#frame div > img:first-child {
	width: 50%;
	height: auto;
	position: relative;
	float: left;	
}
#frame div img:last-child {
	width: 50%;
	height: auto;
	clear: both;
	position: relative;
	float: right;
}	
#footer {
	position: relative;
	float:none;
	top: 50%;
	margin: 200px auto 0 auto;
    width: 90%;
	max-width: 480px;
	text-align:center;
	z-index: 3;
	text-transform:uppercase;
	letter-spacing: 0.100em;
}
@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 960px), (max-height: 720px) {
}
@media only screen and (max-width: 840px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 480px), (max-height: 480px) {
h1 {
	text-align: center;
}
#frame > div {
	position: relative !important;
	min-width:0;
	max-width: 100% !important;
	margin: 0 auto 0 auto;
	height:auto !important;
	padding: 10% 0 0 0;
	float:left;
	text-align:center;	
}
#header {
	width: 80%;
	margin: 10%;
}
#frame img {
	width: 60% !important;
	height:auto;
	float: none !important;
	text-align:center;
}
#footer {
	position: relative;
	float:left;
	margin: 5% 5% 10% 5% !important;
	top:0;
	max-width: 90%;
	clear: both;
}
}