@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: 1024px;
	margin: 0px auto;
	padding: 0px;
}

#menu {
	width: 1024px;
	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 {
	display:block;
	width:1024px;
	height:600px;
	text-align:center;
}

a.rtmp p {
	display: block;
	position: absolute;
	top: 380px;
	left: 700px;
	width:350px;
	height:150px;
	font-size: 24px;
	text-align: left;
}

