html{
    width:100%; height:100%;
	font-size:100.01%;
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
}
body {
    width:100%; height: 100%;
    margin:0;
    min-height:100%;
    position:relative;
	line-height: 1;
	background:#fff;
	font:62.5% Helvetica, Arial, sans-serif;
	background:#313841 url(../img/bg-main.png);
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
select, textarea, .textbox{
	font:11px Arial, Helvetica, sans-serif;
}
fieldset{
	border:none;
	margin: 0;
	padding: 0;
}
legend{
	border: 0; 
    padding: 0;
    white-space: normal; 
    *margin-left: -7px; 
}
img{
	border:none;
}
blockquote, q {
	quotes: none;
}
q:before,
q:after {
    content: '';
    content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:active,
a:hover {
    outline: 0;
}
b,
strong {
    font-weight: bold;
}
nav ul,
nav ol {
	margin: 0;
	padding: 0;
    list-style: none;
    list-style-image: none;
}
figure,
form  {
    margin: 0;
}
button,
input,
select,
textarea {
    font-size: 100%; 
    margin: 0; 
    vertical-align: baseline; 
    *vertical-align: middle; 
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; 
    cursor: pointer; 
    *overflow: visible;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0; 
    *height: 13px; 
    *width: 13px; 
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: none;
}