body {
	text-align: center;
	min-width: 950px;
	background-color:#E3D7EB;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #CF0066;
}
a:active {
	text-decoration: none;
}

#wrapper {
  position:relative;
  text-align: left;
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}
img, div { behavior: url("iepngfix.htc"); }

body,td,th {
	//font-family: Courier New, Courier, monospace;
	font-size: 10px;
	color: #333333;
}


h2 {
	font-family: Courier New, Courier, monospace;
	font-size: 14px;
	font-weight:bold;
	color: #222222;
	padding-bottom:10px;
	line-height:14px;
}


.synopsistext {
	font-family: Courier New, Courier, monospace;
	font-size: 11px;
	color:#133C43;
	letter-spacing: -1px;
	line-height:10px;
}


.footer {
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	color: #000000;
}

a.footerlink {
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	color:#133C43;
	font-weight:bold;
}

a.buylink {
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	color:#D70062;
	font-weight:bold;
}

.header {
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	color: #000000;
}

a.headerlink {
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	color:#3C786F;
	font-weight:bold;
}

.blogtext {
	font-family: Courier New, Courier, monospace;
	font-size: 11px;
	letter-spacing: -1px;
	line-height:10px;
	color: #000000;
}

.abouttext {
	font-family: Times New Roman, Times, serif;
	font-size: 11px;
	line-height:13px;
	color: #222222;
}

.synopsistext2 {
	font-family: Courier New, Courier, monospace;
	font-size: 11px;
	color:#133C43;
	letter-spacing: -1px;
	line-height:10px;
}

.synopsistitle {
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
}

.playerfont {
	font-family: Helvetica, Verdana, Arial, "Sans Serif";
	font-size: 18px;
	line-height:35px;
	color: #FFFFFF;
}

a.info{
    position:relative; /*this is the key*/
    z-index:24; 
	/*
	background-color:#ccc;
    color:#000;
    */
	text-decoration:none}

a.info:hover{
	z-index:25; 	
	/*background-color:#ff0*/
}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:10px; left:-60px; width:140px;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center}
