html,body {
	margin:0;
	padding:0;
	height:100%;
	background:url(/dta/img/bg.gif);
	font-family:Arial, sans-serif;
}

#container {
	min-height:100%;
	position:relative;
}

#cinema {
	min-height:340px;
	width:100%;
}

#body {
	position:relative;
	width:1000px;
	margin-left:-500px;
	left:50%;
	padding-bottom:14px;	/* Height of the footer */
}

#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:14px;			/* Height of the footer */
	background:url(/dta/img/ftr.gif) repeat-x;
}

/* Font Identity's */

#MainTXT {
padding-top:12px;
padding-bottom:8px;
color:#FFFFFF;
font-size:13px;
line-height:1em;
}

#MenuBTN {
padding-top:10px;
padding-bottom:10px;
color:#FF0000;
font-size:11px;
}

#ITM {
color:#FFFFFF;
font-size:13px;
padding-left:95px;
padding-bottom:3em;
padding-top:7px;
}

.DoubleLine {
float: left;  
overflow: auto;
}

.gryout {
color:#999999;
}

/* Style Elements */

img.lne {
padding-top:10px;
padding-bottom:15px;
}

.BLIMG {
padding-right:15px;
}

/* Link Style */

a:link {
border:none;
text-decoration: none;
color:#FFFFFF;
}
a:visited {
text-decoration: none;
color:#FFFFFF;
}
a:hover {
text-decoration: underline;
color:#FFFFFF;
}
a:active {
text-decoration: none;
color:none;
}

img {
text-decoration: none;
color:none;
border:none;
}
