BODY {
	background-color : Black;
	color : #FFFFF0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}


.bg {
	background : Black url(bg.jpg) no-repeat center top;
	width : 1024px;
	height : 768px;
}

.roh {
	width : 64px;
	height : 64px;
}

.video {
	width : 360px;
	height : 288px;
	border : 1px solid Gray;
}


.texty {
	width : 300px;
}

A {
	text-decoration : none;
	color : Silver;
}

A:HOVER {
	color : #FF4500;
}


