/***********************************************/
/* newadult.css                             */
/* Use with adultv2.html          */
/***********************************************/

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

body {

background: #AB8960; /* old browsers */
background: -moz-linear-gradient(top, #AB8960 0%, #915843 46%, #451A0B 83%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#AB8960), color-stop(46%,#915843), color-stop(83%,#451A0B)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AB8960', endColorstr='#451A0B',GradientType=0 ); /* ie */

}



