/* Stylesheet for flexibility between 865px and 740px */

@import url(style.css) screen;


/* repeat any rules in 740orlower.css - @import seemed to be troubling in IE (of course) */

#content { margin-left: 34%; } /* crossover at 865px */

html .main { margin-right: 43% } /* crossover at 865px */

.homepage #signup { margin-left: -100px }