@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: Lucida Sans Typewriter;
  src: url("http://www.globe.tv/fonts/LucidaSansTypewriterStd.otf") format("opentype");
}


body { 
	margin: 0 auto; 
	text-align:center;
	background:url(/images/globe_bg.jpg) repeat #000;
}
p {
	font-size: 11px;
	font-family: "Lucida Sans Typewriter", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #eee;
	
}
img {
	border: 0;
}
ol li {
}
li {
	font-size: 11px;
	font-family: "Lucida Sans Typewriter", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #eee;

}

dt {
	font-size: 11px;
	font-family: "Lucida Sans Typewriter", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #eee;

}

dd {
	font-size: 11px;
	font-family: "Lucida Sans Typewriter", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #eee;

}

div#container{
	margin: 0 auto;
	width: 720px;
	text-align: center;
}

div#nav { 
	text-align:left;
	font-family:"Lucida Sans Typewriter", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#333;
	
}
object#nav { 
	position: absolute;
	left: 50%;
	margin-left: -360px;
	z-index:999;

}

div#contents { 
	text-align:left;
	font-family:"Lucida Sans Typewriter", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#333;
	display:block; 
	padding-top: 123px;
	clear:both;
	z-index: 1;

}
object#contents { 
}

div#footer { 
	text-align:left;
	font-family:"Lucida Sans Typewriter", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#333;
 }

object#footer { 
	position: absolute;
	display:inline; 
	margin-top:-1050px;
	left: 50%;
	margin-left: -400px;
	z-index:-1000;
}

