html {
background: #000000;
height: 99%;

}



/* these settings will apply (inherit) to most of the document */
body {
	/*background-color: #000000;*/
	/*background-image: url(img/bgr_body2.png);*/
	background-repeat: repeat-x;
	background-position: top center;
	
	
	margin: 0 auto;
	padding: 1em;
	width: 1200px;
	/*height: 90%;*/
	
	/* generic font-families include serif, sans-serif, monospace */
	font-family: arial;
	font-size: 10pt;
	color: #FFFFFF;
}

/* link types */
a { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #FFFFFF; text-decoration: none }
a:hover { color: ##990000}
a:link{color: #FFFFFF; text-decoration: none; }
a:active{color: #FFFFFF; text-decoration: none; }
a img { border: none; }

p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #FFFFFF; text-decoration: none }

/* classes */

img.img1
{
position:50% 0%;
}
img.img2
{
float:inherit;
}img.img3
{
float:right;
}




	
	
	
