body {
	background:#000;
	margin-top:5%;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	font-family:georgia;
	font-size:15px;
	line-height:18px;
	text-decoration:none;
}

#main {
	width:100%;
	background:url(background.jpg) top left;
	border-top:3px solid #303030;
	border-bottom:3px solid #303030;
	padding-top:5%;
	padding-bottom:5%;
	z-index:15;
	
 }

#content {
	margin:0 auto;
	width:917px;
}

#jos {
	bottom:0px;
	width:600px;
	z-index:10;
	background:#000;
	margin: 0 auto;
}

#jos a, #jos a:active, #jos a:visited {
	color:#fff;
	text-decoration:none;
	font-size:90%;
}

#jos a:hover {
	text-decoration:underline;
}	

h1 {
	font-size:160%;
	color:#264AA6;
}

a {
	border:0;
}

a span {
	display:none;
}

a:hover span{
	display:inline;
	position:absolute;
	width:181px;
	height:201px;
	margin:0 0 -180px -300px;
	padding:20px;
	background:url(bubble.gif) no-repeat left top;
	font-size:70%;
	color:#000;
	filter: alpha(opacity=70); -moz-opacity: .70;
	overflow:hidden;
	z-index:100;
}