body,html {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	font-size: 12px;
}
ul {
	list-style: none;
	padding:0px;
	margin:0px;
}
li {
	padding:0px;
	margin:0px;
}
#content_wrapper {
	width:975px;
}
#background {
	position:fixed;
	width:975px;
	height:100%;
}
.button {
	height:30px;
	z-index:6;
	cursor:pointer;
}
.button .background {
	position:absolute;
	color:rgb(255,255,255);
	text-align:center;
	padding-top:6px;
	height:24px;
}
.clearer {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.g-spot {
  z-index: 100;
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
}

.g-spot a, .g-spot a:hover, .g-spot a:active, .g-spot a:visited {
  background-color: none !important;
  
}

.message-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #fff;
}

.ie6message {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 900px;
  height: 300px;
  margin-left:-450px;
  margin-top: -150px;
}

.ie6message .title {
  font-size: 50px;
  font-weight: bold;
  margin-bottom:30px;
}

.ie6message .text {
  font-size: 18px;
  font-weight: normal;
  margin-bottom:30px;
}

.ie6message .continue-button {
  font-size: 14px;
  font-weight: bold;
}






