.ie7 #wrapper {
	height: 140px;
}
.ie #wrapper {
	height: 140px;
}
.win.gecko #wrapper, .linux.gecko #wrapper, .gecko #wrapper, .opera #wrapper {
	height: 155px;
}
#wrapper{
	margin: 0px;
	width: 780px;
	background: #b90021;
}

/*Original code example for browsers
.ie .example2 {
  background-color: red;
}
.ie7 .example2 {
  background-color: green;
}
.ie .example {
  background-color: yellow
}
.ie7 .example {
  background-color: orange
}
.gecko .example {
  background-color: gray
}
.win.gecko .example {
  background-color: red
}
.linux.gecko .example {
  background-color: pink
}
.opera .example {
  background-color: green
}
.konqueror .example {
  background-color: blue
}
.webkit .example {
  background-color: black
}
.example {
  width: 5px;
  height: 5px;
}
.example2 {
  width: 15px;
  height: 15px;
}

.no_js { display: block }
.has_js { display: none }
.js .no_js { display: none }
.js .has_js { display: block } */