@import: url('reset.css');
@import: url('screen.css');

html{ overflow: auto; }
body{ margin: 0; padding: 0; }

#wrapper{ margin: 0; padding: 0; width: 950px; height: 100%; }

.left { float: left; }
.right { float: right; }
.clear, .clearBoth { clear: both; height: 0; overflow: hidden; display: block;  visibility: hidden;}