html, body {
	background-color: #000000;
	color: #ffffff;
	font-family: 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	letter-spacing: .02em;
}
html, body, img, div {
	display: block;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin: auto;
}
#container {
	margin: auto;
	width: 964px;
	height: 660px;
	background-image: url('../img/playprima.jpg');
}
#sign {
	position: relative;
	margin: auto;
	width: 470px;
	top: 198px;
	background-color: #24272c;
}
#background {
	position: absolute;
	width: 100%; 
    height: 100%;
}
.background-image {
	position: absolute;
	height: 100%;
	width: 100%;
}
#background-highlight {
	position: absolute;
	background-color: #44474a;
	width: 100%;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
}
#svtplay {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#content {
	position: relative;
	padding: 44px 50px 50px 50px;
}
#header {
	margin: 0px 0px 15px 0px;
}
p {
	margin: 0px 0px 12px 0px;
	font-size: 13px;
	line-height: 1.3em;
}
a, a:visited, a:active {
	color: rgb(153, 255, 255);
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3em;
}
a:hover {
	text-decoration: underline;
}