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

#container {
	width: 1100px;}

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

#container {width: 100%;}
}

#content {max-width: 768px;
}

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