body {
	background-color: #D24A4A;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	clip: rect(100%,100%);
	overflow: auto;
	scrollbar-base-color: #FF8C00;
	}

body.menu {
	background-color: #C00202;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	}
	
body.menu_bottom {
	background-color: #C00202;
	margin: 0px;
	}
	
body.balk {
	background-color: #000000;
	margin: 0px;
	}
	
body.popup {
	background-color: #CC3333;
	margin: 0px;
	}
	
a {
	color: #ffffff;
	text-decoration: underline;
	}
	
a:hover {
	color: #ffff00;
	text-decoration: underline;
	}
	
p {
	font-family: sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin: 0px;
	}

hr {
	color: #ff0000;
	}
	
td.kolom_top {
	height: 20px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-image: url('images/kolom_top.gif');
	background-repeat: no-repeat;
	}
	
td.kolom_content {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-family: Arial;
	font-size: 12px;
	background-image: url('images/kolom_border.gif');
	background-repeat: repeat-y;
	}
	
td.kolom_bottom {
	height: 6px;
	background-image: url('images/kolom_bottom.gif');
	background-repeat: no-repeat;
	}
	
td.kolom_wide_top {
	height: 20px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-image: url('images/kolom_wide_top.gif');
	background-repeat: no-repeat;
	}
	
td.kolom_wide_content {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-family: Arial;
	font-size: 12px;
	background-image: url('images/kolom_wide_border.gif');
	background-repeat: repeat-y;
	}
	
td.kolom_wide_bottom {
	height: 6px;
	background-image: url('images/kolom_wide_bottom.gif');
	background-repeat: no-repeat;
	}
	
img.pic {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	margin-top: 5px;
	margin-bottom: 2px;
	}
	
img.film_thumb {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	margin-top: 9px;
	margin-left: 17px;
	width: 80px;
	height: 70px;
	}
	
div.thumb {
	float: left;
	width: 130px;
	margin-left: 15px;
	margin-right: 15px;
	}