@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;	
}
body{background:#0f2220;}
.wrapper{
	width:1600px;
	margin:0 auto;
}
img{width:100%;margin-bottom:-4px;}

@media only screen and (max-width: 1599px){
	.wrapper{
		width:100% !important;
	}
}
	