/* CSS Document */* {    margin: 0;    padding: 0;}html,body {    height: 100%;     background: #000;	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:10px;	color:#ffffff;	line-height:18px;}.clear {    clear: both; }#container {    min-height: 100%;    _height: 100%;    width: 1025px;    margin: 0 auto;     background: #FFF url(images/background.jpg) top left repeat-y;    position: relative; }#LogoContainer {	padding-top:0px;	position:absolute;	width:165px;	height:165px;	left:150px;	top:0px;}#header {	height:200px;	background-image:url(images/film_banner.jpg)}#navbar {    height: 90px;    line-height: 30px;       vertical-align: middle;	background-image:url(images/gele_balk.jpg);}#menu{	padding-top:0px;	position:absolute;	left:90px;	top:226px;}#left {    width: 95px;    float: left;    height: auto;    margin-bottom: 30px; }#footer {    position: absolute;    bottom: 0;    left: 0;	padding-left:10px;    width: 794px;    height: 30px;    line-height: 30px;    vertical-align: middle;    background: red;}