body{ 
	background: #95AA00 url(../background.jpg) bottom left repeat-x fixed;
	position: relative; 
	margin: 0; 
	padding: 0;
	color: #333322;
}
div#content{ 
	background: #D5E4BA url(../background-light.jpg) bottom left no-repeat fixed;
	_background: #D5E4BA url(../background-light.jpg) top left repeat-y fixed;
	position: absolute; 
	top: 55px; 
	left: 10%; 
	width: 80%;
	margin-right: 100px;
	_top: 75px;
	color: #333322; 
	font: 13px Verdana, sans-serif; 
	padding: 10px; 
	border: solid #2222AA;
}
div#content a{font: bold 18px sans-serif;}
div#content a:link {color: #000055;}
div#content a:visited {color: #222277;}
div#content a:link:hover {color: #772222;}
div#content a:visited:hover {color: #227722;}

h1 {
	background: #D5E4BA url(../background-blue.jpg) bottom left no-repeat fixed;
	margin: -9px -9px 0.5em; 
	padding: 15px 0 5px; 
	text-align: right; 
	letter-spacing: 0.5em; 
	text-transform: lowercase; 
	font: bold 25px sans-serif; 
	height: 28px; 
	vertical-align: middle; 
	white-space: nowrap;
	border: solid #274BCB;
}
input,select,textarea{
	background: #5555DD url(../background-blue.jpg) bottom left no-repeat fixed;
	color:white;
	padding: 2px;
	font: bold 12px sans-serif;
	border: 2px #2222AA solid;
}
/* Only displays in IE */
.iebox {
	display: none;	/* show to Mozilla/Safari/Opera */
	_display: block; /* show to IE */
	background: #5555DD;
	text-align: center;
	position: relative; 
	top: 5px;
	left:0px;
	right:0px;
	font: bolder 24px sans-serif;
	color:white;
	border-top: solid red;
	border-bottom: solid red;
}