html {
        width: 100%;
         /* following rules are invisible to IE 5 \*/
        height: 100%;
        /* end IE 5 hack */
        margin: 0;
        padding: 0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        line-height: 17px;
        background-color: #E5E5E5;
}
img {
		margin: 0px;
		padding: 0px;
		border: 0px;
}
#content {
		position:absolute;
		left:50%;
		top:50%;
		width:800px;
		height:400px;
		margin-left:-400px; /* width/2 */
		margin-top:-200px; /* height/2 */
		padding-left: 25px;
		/*background:#ffffff url(<?php echo $background; ?>) no-repeat top right ;*/ 
		border: solid 1px #D8D8D8;
}
/* The right value for Mozilla */ 
body>#content {
		margin-left:-410px;
		margin-top:-210px;
		/*background:#ffffff url(<?php echo $background; ?>) no-repeat top right ; */
		border: solid 1px #D8D8D8;
}
a{
        color: #B2B2B2;
        text-decoration: none;
}
a:hover{
        color: #FF6600;
        text-decoration: none;
}
#entry{
		height: 50px;
		width:  160px;
		margin: 180px 0 0;
		padding: 0;
		display:  block;
}
div#entry a{
		background: url(../images/title.gif) no-repeat 0px 0px;
		height: 50px;
		display:  block;
	border-style: none;
	border-color: blue;

}
div#entry a:hover{
		background-position: 0px -50px;
}
div#copyright{
	font-size: 9px;
        line-height: 12px;
        color: #999999;
        position: absolute;
        bottom: 5px;
}
#copyright a{
        color: #999999;
        /*display: block;*/
        text-decoration: none;
}
#copyright a:hover{
        background-color: #666666;
        color: white;
        /*display: block;*/
        text-decoration: none;
}
