/***********************************************/
/* stylesheet.css                             */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body
	{
	background-image:url(360revolution_home.jpg);
	background-repeat: no-repeat;
	background-color:#000;
	color:#FFF;
	font-size: 11px;
	font-family: verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	}
#homeHero
	{
	background-image:url(/images/bno_hp.png);
	background-repeat:no-repeat;
	z-index:-1;
	position:absolute;
	width: 249px;
	height: 794px;
	left: 745px;
	top: 20px;
	}
