 a, a:visited {
 color: #CCCCCC;
 text-decoration: none;
        }
        a:active {
            color: #FFFFFF;
            text-decoration: none;
        }
        a:hover, a:focus {
            color: #FFFFFF;
            text-decoration: underline;
        }
        body, html {
/* (5) */   background: #333333; /* This is the background color of the whole webpage. */
            font-family: Verdana, Arial, Helvetica, sans-serif;
            text-align: center;
            width: 99%;
            height: 95%;
        }
        h1 {
            color: #FFFFFF;
        }
        img {
            border: none;
        }
        p {
            color: #999999;
            font-size: 0.6em;
        }
div.outer 
{
	height: 100%;
	z-index: -1;
}

#megazine 
{
	height: 100%;
    outline: none;
    width: 100%;
	z-index: -1;
}
		
#arrow_img
{
display: none;
	float: right;
	clear: right;
	position: relative;
	top: 30px;
	left: -250px;
	z-index: 20000000;
	border: soild 1px #333;
}
		
#needhelp
{
float: right;
clear: right;
color: White; 
text-align: right
}

#help_container
{
    Display: none;
	position:absolute; 
    right:25px; 
    top:40px; 
    border: solid 1px #333;
    background-color: transparent; 
    padding: 5px;
	z-index: 200000000;
	background-image: url(bluebkgtrans.png);
}

.help_top
{
background-Image: url(images/top.png);
background-repeat: no-repeat;
Height: 51px;
width: 274px;
z-index: 2000;

}

.help_content
{
float: left;
clear: both;
background-image: url(images/content.png);
background-repeat: repeat-y;
height: 300px;
width: 274px;
text-align: left;

}

.help_inner
{
background-color: white;
width: 250px;
height: 290px;
overflow: auto;
margin-left: auto;
margin-right: auto;
color: #000;
padding: 2px;
border: solid 1px #333;
}

.help_inner p
{
   color: #333;
   font-size: 0.8em;
}

.help_bottom
{
background-Image: url(images/bottom.png);
background-repeat: no-repeat;
Height: 29px;
width: 274px;
float: left;
clear: left;
}