* {
	margin: 0;
	padding: 0;
}
body {
	background: url(img/bg.png) repeat;
	font-family: Arvo;
}
#container {
	text-align: center;
	width: 858px;
	height: 645px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -323px;
	margin-left: -429px;
}
p, a {
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
}
span {
	font-size: 12px;
	bottom: 2px;
	position: relative;
	color: rgba(255, 255, 255, 0.3);
}
#frame {
	width: 858px;
	height: 578px;
	background-image: url(img/videobg.png);
}
#frameheader {
	width: 672px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding-top: 20px;
	margin-bottom: 5px;
}
#frameheader p {
	position: relative;
	bottom: 12px;
	margin-right: 16px;
	font-style: italic;
}
#share {
	margin-top: 20px;
	text-align: right;
}
#share p {
	font-style: italic;
	font-size: 24px;
	text-shadow: 0 0 10px #a6d6fb;
	color: #ffffff;
}
#share div {
	display: inline-block;
	margin-left: 10px;
}
.twitter-share-button {
	position: relative;
	top: 2px;
	margin-right: 80px;
}
li {
	display: inline-block;
	margin-right: 2px;
	margin-left: 2px;
}
.url {
	font-size: 20px;
	display: inline-block;
	border-bottom: 1px solid rgba(255, 255, 254, 0.2);
}