@charset "utf-8";
/* CSS Document */

.OutsideDiv{
  min-width: 1680px;
  min-height: 1200px;
  border: none;
  margin: 0px;
  overflow:visible;
  background-image:url(../theme/northface-spring.jpg);
  background-repeat: no-repeat;
	background-attachment:fixed;
  position: absolute;
  left: 0px;
  top: 0px;
 }

