@charset "utf-8";

body {
	background-color:#181818;
	margin:20px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bebebe;
}

p, h1 {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 160%;
}

#page {
	position: relative;
	width: 700px;
	margin: 0px auto;
	padding: 0px;
}

#menu {
	width: 700px;
	height: 45px;
	margin: 0px;
	padding: 0px;
}

#stat {
	display: block;
	position: absolute;
	left: -100px;
}

a {
	color: #cecece;
	text-decoration: none;
	outline: none;
}

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

:focus
{
  -moz-outline-style: none;
}

a.rtmp {
	margin-left: 94px;
	display:block;
	width:512px;
	height:408px;
	text-align:center;
}

a.rtmp p {
	display: block;
	position: absolute;
	top: 280px;
	left: 400px;
	width:350px;
	height:150px;
	font-size: 18px;
	line-height: 140%;
	text-align: left;
}

p.info {
	margin: 8px 94px 0 94px;
}
