body{
/*
	padding:0;
	margin:0;
	font-family:'OpenSans-Regular';
	font-size:13px;
	background:#dfdfdf url(/i/images/header.png) repeat-x;
	background:#dfdfdf;
	color:#000;
	height:100%;
	line-height:130%;
	min-width:990px;
	width: 100%;*/
}

body, html, p, ul, ol, li, dl, dd, dt, h1, h2, h3, h4, h5, h6, form, fieldset, td, th, caption, address, textarea, legend { margin:0; padding:0; }
body {background:#fff; width:100%; position: relative; -webkit-text-size-adjust: none; min-width: 1200px;}
a img, fieldset, img{ border:0; }
html, body, input{ font-family: 'OpenSans-Regular', sans-serif; color: #000; font-size:13px; }

a:link,a:visited,a:active {text-decoration:none; }
a:hover {}

body {
/*overflow-x: hidden;*/
}

@media screen and (max-width: 768px) {
    body {min-width: 0;}
}