BODY     { 
	background: #a77127 url(/images/background.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-bottom: 10;
	margin-right: 10;
	margin-left: 10;
	
}

p.main {
min-height: 450;
text-align:left;
width:95%;
border:1px solid black;
padding:5px;
font-weight:bold;
font-size: 8pt;
color:black;
background:white;
overflow:visible;
filter:alpha(opacity=70);
-moz-opacity:.70;
opacity:.70;
}

