

body {

/* text-align: center;  */
  min-width: 760px;  
 }
 
 
.container
  {
  width: 760px;  
  position: relative;
  left: 50%;
  margin-left: -360px;
  }
 
 

/*  custom hp styles   */



.maincontent1
  {
 
  	text-align:left;
	font-type:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	color:#FFFFFF;
	font-size:24px;
	width: 350px;
	padding-left:15px;
 /*  margin-top: -376px;  */
    margin: 506px 0px 0px 460px;
  }



.crossfader-para
  {
  width:290px;
  text-align:justify;
  padding-left:3px;
	margin: 10px 0px 0px 460px;
	left: 50%;
  }
  
  
  
	/* STYLES FOR CROSSFADER */


#wrapper
  {
  width: 760px;  
position: relative;
left: 50%;
margin-left: -590px;  /*  margin-left: -530px;  */
  }




#div.cf_wrapper
	{
	/*	position: relative; */
		
	}
	
#div.cf_element
	{
		width: 400px;
		height: 250px;
		background-color: #eee;
		border:  1px solid #ccc;
	}
	
#div.cf_element div.content
	{
		padding: 10px;
		margin-right: 100px;
		
	}

#div.cf_element div.content h1
	{
		padding-top: 0;
		margin-top: 0;
	}


 
 
 


  
 
 
 

