body {
	font-family: trebuchet ms,verdana,arial;
	margin:50px 0px;
	padding: 0px;
	text-align:center;
}
#content {
	text-align: center;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 200%;
	margin-bottom: 0px;
}
h2 {
	font-size: 90%;
	font-style: italic;
	margin-top: 0px;
	font-weight: normal;
}
#main {
	margin: 40px auto;
	width: 560px;
	padding: 10px;
	text-align: center;/*text-align: left;*/
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
i {
	clear: both;
	display: block;
	font-size: 80%;
}
#content a {
	width: 78px;
	display: block;
}
#footer, #footer a {
	color: gray;
	font-size: 90%;
}
#movies * {
	font-size: 11px;
}

/* pushup 7.29.08 */
#pushup {
  position: fixed;
  top: 10px;
  right: 10px;
  margin: 0;
  padding: 4px;
  background: #ffffc6;
  border: 1px solid #b0dfc8;
  z-index: 9999;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}
* html #pushup {
  position: absolute;
  top: expression(_pushupIETop = 10 + (document.documentElement.scrollTop || 0) + 'px');
}
#pushup * {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
.withReminder { padding-bottom: 6px; }
#pushup a { 
  outline-style: none;
  text-decoration: none;
}

#pushup .pushup_messageLink {
  float: left;
  position: relative;
  color: #4293cd;
  font-size: 12px;
  cursor: pointer;
}

#pushup .pushup_icon {
  position: relative;
  float: left;
  height: 22px;
  width: 22px;
  margin-right: 5px;
  overflow: hidden;
  vertical-align: middle;
}

#pushup .pushup_message {
  position: relative;
  float: left;
  marginRight: 3px;
  line-height: 22px;
  vertical-align: middle;
}

#pushup .pushup_reminder {
  float: left;
  clear: both;
  font-size: 10px;
  color: #84a2ac;
  margin-left: 27px;
  cursor: pointer;
}

#pushup .pushup_messageLink:hover,
#pushup .pushup_reminder:hover { text-decoration: underline; }