@charset "utf-8";
body {
	margin: 5px;
	padding: 5px;
   

}

.container {
width: 100%;
	min-width: 1500px;
height: 100%;
	min-height: 800px;
	background-image: url(bgOK.png);
	background-repeat: no-repeat;
	background-position: top;
}