@charset "utf-8";

#container {
	width:100%;
}
#cotent{
	width:62.5%;
	}
#sidebar{
	width:31.25%;
	}

img{
	max-width:100%;
	height:auto;
	}