body {
	background-color: #736643;
	background-image: url(background2.gif);
	font-family: Technical, Arial;
	color: #660066;
}

h1, h2, h3 {
	font-family: Technical, Arial;
	color: #660066;
}

font.copy {font-family: Arial;}
font.word {font-style: italic;}
a:link {color: #000000;}
a:visited {color: #660066;}
a:active, a:hover {color: #993399;}
div.head, td {background-image: url(bigwclogo.gif);}

.text {
	position:absolute; 
	width: 70%; 
	left: 25%;
	top: 150px;
	visibility: visible; 
	}
	
.side {
	position:absolute; 
	width: 20%; 
	left: 2%;
	top: 200px;
	visibility: visible; 
}

p.content {
position:absolute;
background-color: #c6c6ff;
border: 3px groove;
padding: 60px;
margin-top: 20px;
margin-left: 23%;
margin-right: 3%;
 }

p {
color: #000000;
font-family: Technical;
font-weight: bold;
font-size: 14pt;
text-align: center;
}

.item {
	position: relative;
	width: 80%;
	top: 50px;
	padding: 25px;
	color: #000000;
font-family: Technical;
font-weight: bold;
font-size: 14pt;
text-align: center;
}

<!-- include this little bit to fix lame-ass IE -->
.iefixer{
	position: relative;
	width: 100%;
	top: 50px;
}