body {
	color: #fff;
	background-color: #fff;
	margin: 0px;
	font-family: helvetica, arial, sans-serif;
}

object {
	margin: 20px;
}

#container, #movie {
	position: relative;
	margin-top: 160px;
	width: 100%;
	height: 350px;
}

#movie {
	background-color: #000;
}

#container {
	background: #fff url(img/blue.jpg) no-repeat top left;
}

#vase {
	float: left;
}

#title {
  position: relative;
  top: -1em;
  font-size: 1.5em;
}

#content {
  position: relative;
  /*top: -1em;*/
  padding: 0px;
}

dl {
	padding: 0px;
	margin: 0px;
}

dd {
	font-size: 1.5em; 
}

a {
 color: #fff;
 text-decoration: none;
}

a:hover {
	/*color: #ccc;*/
	color: #003366;
}

.blue1 {
	color: #99CCFF;
}

.blue2 {
  color: #6699CC;
}

.blue3 {
  color: #003366;
}
