#header {
	background-color: #3e5d96;
	clear: both;
	height: 120px;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 100%;
	z-index: 100;
}
#wrapper-new {
	background-color: #ffffff;
	margin: 0 auto;
	width: 100%;
	position: relative;
	padding-top: 120px;
}
#content-prodpage {
	background: none repeat scroll 0 0 #FFFFFF;
	float: none;
	background-color: #FFF;
	margin: 0 auto;
	padding: 120px 20px 20px;
	position: relative;
	width:1000px;
	overflow: hidden;
}

/* temporary styles for Leap Year Sale promo */
#corel-bar {
  background-color: #000000;
  color: #858585;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: 35px;
  overflow: hidden;
  top: 0;
}
#hellobar {
  height: 100%;
  text-align: center;
  transition: all 0.3s ease-out;
  vertical-align: middle;
}
.content-placing {
  width: 1000px;
  margin: 0 auto;
}
#corel-bar #hellobar:hover {
  transform: scale(1.05);
}
#corel-bar #hellobar-link {
  color: red;
  font-size: 16px;
  font-weight: 700;
}
#hellobar-link>span {
  text-decoration: underline;
  text-transform: uppercase;
}

#header-nopromo {
  background-color: #3e5d96;
	clear: both;
	height: 85px;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 100%;
	z-index: 100;
}
#wrapper-new-nopromo {
	background-color: #ffffff;
	margin: 0 auto;
	width: 100%;
	position: relative;
	padding-top: 85px;
}
#landing-body {
	/* same height as the new stretched header */
	margin-top:120px!important;
}