@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,900);
html {
  background: #f1f1f1 url(../img/pattern.png) repeat 0px 0px;
  font-family: 'Roboto', sans-serif;
}
a:focus {
  outline: none;
}
#wrapper {
  min-width: 1024px;
  /* 	background: url(../img/sgwest-corner.png) no-repeat right top; */
  min-height: 600px;
  position: relative;
  top: 0px;
  bottom: 0px;
  /* 	float: bottom;
	position: relative; */
}
.wrapper {
  position: relative;
  height: 1000px;
}
.horizon {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 15%;
  left: 0;
  background-color: transparent;
}
.footer {
  /* 	height: 30px; */
  width: 100%;
  padding: 8px 0px 8px;
  background: #ececec;
  color: #a2a2a2;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  margin-bottom: 20px;
}
.img-contain {
  min-width: 1024px;
  height: 100px;
}
.corner-img {
  display: block;
  min-width: 1200px;
  background: url(../img/sgwest-corner.png) no-repeat right top;
  height: 338px;
  position: relative;
  top: 0;
  right: 0;
  /* 	-moz-user-select: none; */
}
/* @media (max-width: 1200px) {
	.corner-img {
		width:40%;
		height:70%;
	}
} */
.container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 735px;
  min-width: 1200px;
}
.container a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.container .sgilogo {
  background: url(../img/sgwest_logo.png) no-repeat center top;
  margin: 0 auto;
  /* position: absolute;
		top: 50%;
		left: 50%; */
  /* 		margin-bottom:328px; */
  width: 315px;
  height: 1px;
  color: #a3a3a3;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 146px;
  padding-top: 324px;
  line-height: 38px;
}
.container .contacts-list {
  width: 960px;
  height: 110px;
  background: #f1f1f1;
  margin: 0 auto;
  margin-bottom: 50px;
  overflow: hidden;
}
.container .contacts-list li {
  /* 	text-align: center; */
  float: left;
}
.container .contacts-list li.business-ops {
  background: url(../img/sgwest_nav_bd.jpg) no-repeat 0px 0px;
  width: 320px;
  height: 109px;
}
.container .contacts-list li.business-ops:hover {
  background: url(../img/sgwest_nav_bd.jpg) no-repeat 0px -110px;
}
.container .contacts-list li.career-ops {
  background: url(../img/sgwest_nav_recruit.jpg) no-repeat 0px 0px;
  width: 320px;
  height: 109px;
}
.container .contacts-list li.career-ops:hover {
  background: url(../img/sgwest_nav_recruit.jpg) no-repeat 0px -110px;
}
.container .contacts-list li.general-ops {
  background: url(../img/sgwest_nav_info.jpg) no-repeat 0px 0px;
  width: 320px;
  height: 109px;
}
.container .contacts-list li.general-ops:hover {
  background: url(../img/sgwest_nav_info.jpg) no-repeat 0px -110px;
}
.container .smilegate-btn {
  background: url(../img/sgwest-button.png) no-repeat 0px 0px;
  width: 346px;
  height: 69px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.container .smilegate-btn:hover {
  background: url(../img/sgwest-button.png) no-repeat 0px -70px;
}
