/*
   img.resize {
    width: 1024px;
    height : auto;
    }

    img.resize {
    width: auto;
    height : 768px;
    }
 */
    img.resize {
    width: 800px;
    height : auto;
    }

    img.resize {
    width: auto;
    height : 600px;
    }
 
 .lightblue {
	color:#33CCFF;
 }
#footer {

	height:40px;
	width:900px;
	background-color:#3a3a3a;
	margin-right:auto;			/* to compensate for title safe on television screens, irregularity w/ projection surfaces */
	margin-left:auto;
	margin-top:10px;
	padding-left:10px;
	padding-top:10px;
	bottom:0;
	left:0;
	font-family:Helvetica,Arial, sans-serif;
	font-size:22px;color:#FFFFFF;

}

