body {
text-align: center; /*IE5.x workaround */
background-color: #072D04;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFFFF;
}
#card {width: 720px; margin-left: auto; margin-right: auto; position:relative;}
#card img {border: 2px solid black;}
#sentiment {
	position: absolute;
	top:0;
	left:0;
	width: 30%;
	text-align: left;
	color:#fee6ea;
	padding:5px;
	background:  url("images/halfscreen-gray.gif") repeat left;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	}
#signature {
position: absolute;
top: 295px;
left: 0;
right: 0;
width: 100%;
font-weight: bold;
color: #F5DEBC;
}
#credit {
color: #85AF5D;
text-align: right;
position: relative;
top: 0;
font-size: 9px;
}
a {
color: #fee6ea;
}
a:hover {
text-decoration: none;
color: #C89E64;
background-color: #072D04;
}
a:visited {

color: #fee6ea;
text-decoration: none;
}
.style1 {font-size: x-small}
.style2 {color: #C89E64}
