body {
	background-color: #000232;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 786px;
	height: 549px;
/*	background-image: url(../images/intro/background-2010.jpg);
	background-repeat: no-repeat;*/
}
#container #video {
	position: absolute;
	margin: 190px 0 0 150px;
	width: 480px;
	height: 360px;
	background-image: url(../images/intro/video-10.png);
	background-repeat: no-repeat;
}
#container #menu {
	width: 100%;
	position: absolute;
	margin: 588px 0 0 0;
}
#container #menu li {
	margin: 0 65px;
	padding: 0;
	height: auto;
	float: left;
	list-style-type: none;
}
#container #menu li a {
	width: 197px;
	height: 69px;
	display: block; 
	float: left; 
	padding: 0; 
	text-decoration: none; 
	line-height: 31px; 
	white-space: nowrap; 
	margin-left: 0;
}
#container #menu .purchase { background: transparent url(../images/intro/purchase-10-membership.png) no-repeat; margin: -69px 0 0 253px; width: 322px; }
#container #menu .enter { background: transparent url(../images/intro/enter-10-website.png) no-repeat; float: left; }
#container #menu li:hover a {
	cursor: pointer; 
/*	background-position: 0 -69px;*/
}
#container #menu li a span {
	visibility: hidden;
}