html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style-type: none;
	font-style: inherit;
	font-family:Arial;
}

body {
    margin: 0px auto;
    padding: 0px;
	background:#19219f;
	background-size:100%;
	min-height:480px;
    font-size:13px;
}
a {
    text-decoration: none;
    color: inherit;
}
img{
	width:100%;
	height:100%;
	display:block;
}
input[type="button"], input[type="text"], button{
	-webkit-appearance: none;
}
.clr{display:block;overflow:hidden;clear:both;height:0;line-height:0;font-size:0;}