body {
  background-color: #330033;
}

#container {
  text-align:center;
  margin: auto;
  font-family: Arial, Helvetica, sans-serif;
}

#box {
  margin: auto;
  width: 663px;
  height: 382px;
  background-image: url('images/ecard/bg.jpg');
  background-repeat: no-repeat;
}

#enter {
  text-align: center;
}

#video {
  position: relative;
  left: 170px;
  top: 150px;
}

#links {
  position: relative;
  text-align: left;
  left: 90px;
  top: 100px;
}

a {
	color: #fff;
	text-decoration: none;	
}

a:hover { text-decoration: underline }
