/* @option theme width Container and Menu Strip*/

#container {
	width: 900px;}

@media screen and (max-width:900px) and (min-width: 754px) {

#container {width: 100%;}
}

#content {max-width: 568px;
}

@media screen and (max-width:768px) {
#content {
	max-width: 768px;}
}