body {	
	background-repeat: no-repeat;
	background-position: top;
	color: #f0ffff;
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(bg.png);
	}
#bgimage {
position: absolute;
	margin: 0 auto;
top: 0em;
text-align: center;
 z-index: auto;
}

#main {
	margin: 0 auto;
	position: relative;
	width:400px;
	top: -600px;
	z-index: auto;
}

#main p {
	text-align: left;
	width: 200px;
	margin-left: 0;
}
#main h2 {
	font-variant: small-caps;
}

img.floatRight { 
    float: right; 
    margin: 4px;
    border-style: none none none none;
}
img.floatLeft { 
    float: left;
	 margin-top: 4px; 
    margin-left: 20px;
    border-style: none none none none;
}
