/*
*****************************************************************************
	This is for any main/root/static document/page.
*****************************************************************************
*/

/*
@import url ("../resources/themes/bootstrap/5/main.css");
*/

body#gradient {
	background-color:	#66cccc;
	background-image:	url ("../images/alcohol.png");
	background-image:	-moz-linear-gradient (#336666, #66cccc);
	background-image:	-webkit-gradient (linear, 0% 0%, 0% 100%,
					from (#66cccc), to (#336666));
	background-image:	-webkit-linear-gradient (#336666, #66cccc);
	background-image:	-o-linear-gradient (#336666, #66cccc);
	height:			150px;
	width:			300px;
	}
