@charset "utf-8";

body {
  background-color: #282828;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

.main {
  margin: auto;
  margin-top: 160px;
}

.main td {
  font-family: Tahoma;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.win1 {
  width: 199px;
  height: 199px;
  background-image: url(images/win1.jpg);
  background-repeat: no-repeat;
  cursor: default !important;
}

.win1:hover {
  background-image: url(images/win1l.jpg);
}

.win2:hover {
  background-image: url(images/win2l.jpg);
}

.win3:hover {
  background-image: url(images/win3l.jpg);
}

.win4:hover {
  background-image: url(images/win4l.jpg);
}

.win2 {
  width: 199px;
  height: 199px;
  background-image: url(images/win2.jpg);
  background-repeat: no-repeat;
}

.win3 {
  width: 199px;
  height: 199px;
  background-image: url(images/win3.jpg);
  background-repeat: no-repeat;
}

.win4 {
  width: 199px;
  height: 199px;
  background-image: url(images/win4.jpg);
  background-repeat: no-repeat;
}

.win_title {
  display: none;
  position: relative;
}

.hd {
  text-align: left;
}

.hd_logo {
  position: relative;
  top: -229px;
  left: 173px;
  cursor: default;
}

.empty_upper {
  height: 199px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
  cursor: default;
}

.empty_one {
  width: 199px;
  height: 199px;
  cursor: default;
}

.copyright {
	text-align: right !important;
}

.copyright img {
	position: relative;
	top: -52px;
	left: -8px;
	border-width: 0px;
}

.copyright a {
	border-width: 0px;
}