body {
	background-color: #000;	
	font-family: sans-serif;
	text-align:center;
	color:#fff;
}

#ramka {
	background-color: #888;
	width:600px;
	margin:50px auto;
	padding:20px 50px 20px 50px;
	min-height:600px;
	outline:4px solid #aaa;
	text-align:justify;
}

#player {
	display:block;
	width:600px;
	height:450px;
	border:1px solid #fff;
	margin-bottom: 20px;
}

h1 {
	text-align: center;
	font-size:22px;
	text-transform: uppercase;
}

.notka , em{
	color:#303030;
	font-size:12px;
}

a {
	color:#aaa;
}