.wrapper { 
	background-size: 75% auto;
	max-width: 90%;
	width: 90%;
}

.sidebar {
    width: 25%;
    position: fixed;
}

.content {
    width: 75%;
}

