/* Standard Elements */body {		background-image: url(../images/background.jpg);		background-repeat: repeat;		padding: 0px;		font: georgia, helvetica, arial; 		margin-left: 0px;		margin-top: 0px;		margin-right: 0px;		margin-bottom: 0px;}a, a:visited {		color: #D95E96;}a:hover, a:active {		color: #A72960;}iframe, img {		border: hidden;}/* Non-standard Elements */.contentbackground {		background: url(images/contentbackground.png) no repeat top left;		margin-top: 140px;		margin-left: 225px;}.contentbackground2 {		background: url(images/contentbackground2.png) no repeat top left;		margin-top: 23px;		margin-left: 230px;}		.container {		width: 800px;		position: absolute;		top: 20px;		margin-left: 20px;		margin-right: auto;}.header {		position: absolute;		top: -10px;		left: 40px;		width: 667px;		height: 133px;}.buttons {		width: 200px;		position: absolute;		top: 190px;		margin-left: 15px;		margin-right: auto;}.buttons2 {		width: 250px;		position: absolute;		top: 550px;		margin-left: 40px;		margin-right: auto;}	.content {		position: absolute;		top: 148px;		left: 225px;		width: 700px;		height: 400px;		background-color: ;		overflow-x: hidden;   		overflow-y: scroll;	  		color: #999999;  		font: small "Trebuchet MS", Trebuchet, Verdana, Sans-serif;  		font-size/* */:/**/small;  		font-size: /**/small;	}.content p, .content h2 {		padding: 0 0 0 10px;}/* title: large white letter-spaced centered */.content h2 {		text-align: center;		color: #FFFFFF;		letter-spacing: 5px;}/* content: regular centered */.content h3 {		font-size/* */:/**/small;  		font-size: /**/small;		padding: 0 40px 0 40px;		text-align: center;		}/* subtitle: regular white centered*/.content h4 {  		font-size/* */:/**/small;  		font-size: /**/small;		text-align: center;		color: #FFFFFF;}/* content: x-small centered */.content h5 {		font-size/* */:/**/11px;  		font-size: /**/11px;		padding: 0 60px 0 60px;		text-align: center;		}		.copyright {		position: absolute;		left: 13px;		top: 658px;		font-size: 15px;		font-family: courier, mono;		color: black;		font-weight: bolder;		}