body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
.left {
	background-image: url(../images/glow.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.cd_bkg {
	background-image: url(../images/cd_banner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


.bkg_right {
	background-image: url(../images/bkg_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 100%;
}
.bkg_content {
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	padding: 25px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	text-align: justify;
	padding: 25px;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 20px;
	text-align: justify;
	padding: 5px;
}

  :link { color: #999999 }  /* for unvisited links */
  :visited { color: #999999 } /* for visited links */
  a:active { color: #999999 } /* when link is clicked */