* {
	margin: 0;
	padding: 0;
	
}

body {
	font-size: 62.5%;
	font-family: Georgia, serif;
	overflow: hidden;
}
a { color: #fff; }
a:visited { color: #fff; }
a:hover { color: #fff; background-color:#007bb5;}

#nrgcorner {
	background: url(images/nrgcorner2.png);
	padding: 0px 0 0px 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 316px;
	height:235px;
	text-align: center;
	color: white;
	font-size: 40px;
}

#nrgcorner-blank {
	background: url(images/nrgcorner.png);
	padding: 0px 0 0px 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 316px;
	height:235px;
	text-align: center;
	color: white;
	font-size: 40px;
}

#info {
	background: url(images/transpBlack.png);
	padding: 60px 0 20px 0;
	position: absolute;
	top: 20%;
	left: 0px;
	width: 100%;
	height:130px;
	text-align: center;
	color: white;
	font-size: 40px;
}

SPAN.alt_text
{
	
	BORDER: 50px;
    FONT-WEIGHT: lighter;
    FONT-SIZE: medium;
    COLOR: white;
    FONT-STYLE: italic;
  
}

div#info-sm {
	background: url(images/transpBlack.png);
	position: absolute;
	left: 0px;
	width: 100%;
	text-align: right;
	bottom: 0px;
	color: white;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

span.oldfashioned a{

	text-align: center;
	color: white;
	font-size: 20px;
}

span.grntxt a{
	color: #aee07a;
}
span.grntxt {
	color: #75c34d;
}
div.row span.left {
  float: left;
  text-align: left;
  color: #fff;
}

div.row span.right {
  float: right;
  text-align: right;
  color: #fff;
}

span.right {
  	text-align: right;
  	color: #fff;
	font-size: 12px;
	position: absolute;
	right: 0px;
	width: 90%;
	font-family: Arial, sans-serif;
	bottom: 0px;
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
    position:absolute;
    top:0;left:0;
    z-index:70;
    overflow:auto;
}

.box { 
    margin: 0 auto; 
    width: 400px;
    padding: 50px;
    background: white; 
    padding-bottom:100px;
    font: 14px/2.2 Georgia, Serif;
}

