#TransMainContent {
	padding: 0 60px;
	min-height:0px;
	line-height:25px
}

#TransMainContent a:link, #mainContent a:visited {color:#fff; text-decoration:none; font-size:18px; background:#000000; padding:5px; -webkit-border-radius:10px; -moz-border-radius:10px}
#TransMainContent a:hover, #mainContent a:active {color:#fff; text-decoration:none; font-size:18px; background:#333333; padding:5px; -webkit-border-radius:10px; -moz-border-radius:10px}

#blanket {
	border : none;
	background-color : #000000;
	width : 100%;
	position : absolute;
	height : 100%;
	left : 0px;
	top : 0px;
	z-index : 9001;
 /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

  /* IE 5-7 */
  filter: alpha(opacity=80);

  /* Netscape */
  -moz-opacity: 0.8;

  /* Safari 1.x */
  -khtml-opacity: 0.8;

  /* Good browsers */
  opacity: 0.8;  
}

#popUpDiv {
	position: absolute;
	background: url(EczaciPos1_1067x600.jpg) no-repeat;
	width: 1067px;
	height: 600px;
	border: 5px solid #000;
	z-index: 9002;
}

#popUpDiv a {position:relative; top:0px; left:1010px;}

#closingtimer 
{
    position:relative;
    top:575px;
    color:#fff;
    text-decoration:none;
    font-size:15px;
    background:#000000;
    padding:5px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    }