html {
	background: #191c19;
}

body {
	background: #191c19 url(../images/texture.jpg) repeat-x;
	font: 12px/18px "Lucida Grande", Arial, sans-serif;
}

a:active, a:focus, input:focus {
	outline: none;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.clear {
	clear: both;
}

#container {
	width: 860px;
	margin: 0 auto;
}

#logo {
	padding-top: 50px;
	width: 396px;
	margin: 0 auto;
}

#logo a {
	display: block;
	background: url(../images/splash-logo.png) no-repeat;
	width: 396px;
	height: 83px;
	text-indent: -9999px;
}

#video {
	width: 879px;
	height: 544px;
	background: url(../images/video_frame.png) no-repeat;
	position: relative;
}

#vid {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -216px 0 0 -383px;
}

#buttons {
	overflow: hidden;
	margin-bottom: 30px;
}

#new {
	background: url(../images/new-btn.png) no-repeat 50% -5px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 350px;
	height: 64px;
	float: left;
	margin: 0 30px 0 75px;
}

#new:hover {
	background-position: 0px -70px;
}

#regular {
	background: url(../images/regular-btn.png) no-repeat 50% -5px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 338px;
	height: 64px;
	float: left;
}

#regular:hover {
	background-position: 0px -70px;
}

#content {
	background: url(../images/content-border.png) no-repeat 50% 0;
	font-size: 14px;
	color: #7f867f;
	line-height: 24px;
	width: 680px;
	padding: 35px 40px 0 40px;
	margin: 0 auto;
}

#content strong {
	font-weight: bold;
}

#content em {
	font-style: italic;
}

#footer {
	text-align: center;
	font-size: 12px;
	color: #494e49;
	margin: 30px 0 75px 0;
}

#footer a {
	color: #494e49;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}