body{ margin:0 !important;
padding: 0 !important;
}

#wrapper {

width: 900px

}

#wrapper {

max-width: 900px;

width: 100%

}

img {
    height: auto;
    max-width: 100%;
}

@media only screen and (max-width: 500px) {

    .content {
        float: none;
        display: block;
        width: 100%;
    }

    .sidebar {
        float: none;
        display: block;
        width: 100%;
    }
    
}
@media only screen and (max-width: 450px) {
	
	.site-title, h1 {
		font-size: 22px;
	}
	
}