body {
	background-color: #5a4d3c;
	background-image: url(../images/textura.jpg);
	margin: 0px;
}
#movieAlt {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#movieAlt #movieAltInner #konteiner {
	background-color: #FFFFFF;
	height: 100%;
	width: 500px;
	margin: auto;
}
#movieAlt #movieAltInner #konteiner #komentar {
	background-color: #666666;
	height: 20px;
	width: 100%;
}
#movieAlt #movieAltInner #konteiner #menu {
	height: 100%;
	width: 20%;
	background-color: #0033FF;
	float: right;
}
#movieAlt #movieAltInner #konteiner #text {
	background-color: #FF0000;
	float: right;
	height: 100%;
	width: 80%;
}
