#page {
	overflow:auto;
}

a {
	font-family:Century Gothic, Helvetica;
	color:#ffffff;
	font-size:16px;
	text-decoration:none;
	font-weight:normal;
	margin:0;
	padding:0;
}

a:hover {
	color:#fff000;
}

h1 {
	font-weight:normal;
	text-align:left;
	font-family:Century Gothic, Helvetica;
	color:#000000;
	font-size:18px;
}

h2 {
	font-weight:normal;
	font-family:Century Gothic, Helvetica;
	color:#ed2025;
	font-size:16px;
}

h3 {
	font-weight:normal;
	font-family:Century Gothic, Helvetica;
	color:#ffffff;
	font-size:16px;
}

h4 {
	color:#ffffff;
	font-weight:normal;
	font-family:Century Gothic, Helvetica;
	font-size:14px;
}

h5 {
	color:#ffffff;
	font-weight:normal;
	font-family:Century Gothic, Helvetica;
	font-size:30px;
}

h6 {
	color:#ed2025;
	font-weight:normal;
	font-family:Century Gothic, Helvetica;
	font-size:14px;
}

p {
	text-align:left;
	font-family:Century Gothic, Helvetica;
	color:#000000;
	font-size:14px;
}

li {
	padding-bottom:5px;
	text-align:left;
	color:#ffffff;
	font-family:Century Gothic, Helvetica;
	text-decoration:none;
}

#logo {
	width:900px;
	height:147px;
	background-color:#000000;
	background-image:url('../visuals/popscoreslogo.gif');
	background-position:0 0;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}

#intro {
	align:center;
	width:100%;
	background-color:#cccccc;
	padding-top:20px;
	padding-bottom:0px;
}

#spacer {
	height:10px;
}

#popcontainer {
	width:900px;
	height:100%;
}

#container { 
	width: 50%;
	margin: 0 auto;
	text-align: left;
}

#commentary {
	align:right;
	padding-left:0px;
	width:225px;
	height:100%;
	background-image:url('../visuals/leftbg.gif');
	background-position:0 0;
	background-repeat:no-repeat;
}

#help {
	align:right;
	width:225px;
	height:100%;
	background-image:url('../visuals/leftbg.gif');
	background-position:0 0;
	background-repeat:no-repeat;
}

#content {
	align:left;
	width:675px;
	height:100%;
	background-image:url('../visuals/centerbg.gif');
	background-position:center top;
	background-repeat:no-repeat;
}

#copyright {
	height:100%;
}

#commenttitle {
	background-image:url('../visuals/commentlogo.gif');
	background-position:right top;
	background-repeat:no-repeat;
}

.footer {
	align:right;
	background-color: #000;
	padding: 0.5em;
}		

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 15%;
	left: 15%;
	width: 70%;
	height: 70%;
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }
.popup
{
	color:black;
	font-weight:normal;
	font-family:Century Gothic, Helvetica;
	font-size:12px;
}