#welcomeContainer {
  min-height: 480px;
	margin: 40px auto 0 auto;
	padding: 10px;
	width: 485px;
	overflow: hidden;
	padding: 25px;
	background-image: url(/images/welcome_bg.png);
	background-repeat: no-repeat;
}

#welcomeHeader {
  width: 485px;
	height: 200px;
	background-color: #eff3f8;
	display: block;
	position: relative;
  margin-bottom: 10px;
}

#welcomeHeader img {
	margin-left: 210px;
}


#logo {
	top: 0;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	width: 205px;
}

#welcomeSlogan {
  width: 485px;
  height: 135px;
  display: block;
  margin-bottom: 10px;
  line-height: 135px;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
  background-color: #B2E0DF;
}   

#welcomeContinue {
  width: 485px;
  font-size: 16px;
  text-align: center;
  background-color: #0f4c97;
  height: 130px;
  display: block;
  line-height: 130px;
  color: #FFFFFF;
}   

#welcomeContinue a {
  color: #FFFFFF;
}   		

