body 	{
	background: #000000 url("picts-intro/background-intro.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	border: #000000 0px solid;
	}

html, body	{ height: 100%; }






/* LINK COLORS */

a:link, a:visited, a:active	{ color: #99FF66; text-decoration: none; }

a:hover				{ color: #FFCC33; text-decoration: none; }






/* THIS LINE CONTROLS THE GENERAL FONT SIZE */

body		{ color: #FFFFFF; font: normal 0.9em arial, sans-serif; }

.title		{ color: #FFFFFF; font: normal 1.3em  "Trebuchet MS", arial, sans-serif; text-decoration: none; }

.hilite		{ color: #CCCCFF; }






/* PAGE ALIGNMENT WIDTHS HEIGHTS */

.pagewrapper	{
		width: 100%;
		height: 100%;
		margin: 0px auto 0px auto;
		border: #999999 0px solid;
		}

.pagewrapper td { text-align: center; vertical-align: middle; }

.content-inner {  max-width: 100%; margin: 0px auto; }

.content-outer 	{
		max-width: 590px;
		min-width: 210px;
		min-height: 390px;
		text-align: center;
		background-color: transparent;
/* ----- SHADE COLORS LOOK IN THE "picts/shading" FOLDER FOR MORE COLORS */
		background-image:url("picts-intro/shading/shade-black-70.png");
		border: #AB353E 0px solid;
		background-position: 0px 0px;
		background-repeat: repeat;
		padding: 25px;
		margin: 12px auto 0px auto;
		}

.textdiv	{
		min-width: 210px;
		max-width: 400px;
		float: left;
		text-align: justify;
		padding-left: 20px;
		margin: 7px 0px 0px 0px;
		}

.imagediv	{
		width: 150px;
		float: left;
		text-align: center;
		padding: 0px;
		margin: 8px 16px 0px 0px;
		}

.floatclear	{ clear: both; font-size: 1px; padding: 0px; margin: 0px; height: 1px; }






/* ADJUST VERTICAL ALIGNMENT */

.adjustvert	{ height: 50px; }




/* MUSIC PLAYER */

.musicplayer		{ width: 99%; }

.musicplayerwidth	{
			max-width: 500px;
			min-width: 210px;
			}






/* ALIGNMENT */

table, tr, td	{ border-collapse:collapse; border-spacing: 0; margin: 0; padding: 0; border: 0; }

.td-right 	{ text-align: right; }

.td-left 	{ text-align: left; }

.td-center	{ text-align: center; }

.td-middle	{ vertical-align: middle; }

.td-top		{ vertical-align: top; }

.center-div	{ margin-left: auto; margin-right: auto; }

.left-div	{ margin-left: 0px; margin-right: auto; }

.right-div	{ margin-left: auto; margin-right: 0px; }






/* BORDERS AND BARS */

.page-splits	{
		min-width: 99%;
		font-size: 0.1em;
		line-height: 1px;
		border-bottom: #AB353E 1px solid;
		height: 2px;
		margin: 12px 0px 12px 0px;
		}


/* IMAGES */

.img-borders	{
		display: block;
		margin: 0px auto 8px auto;
		border: #000000 1px solid;
		}






/* INTRO BUTTON CODE */

#introbuttondiv	{
		overflow: hidden;
		padding: 3px 0px 0px 0px;
		margin: 0px;
		background-color: transparent;
		background-image: none;
		border: #999999 0px solid;
		}

.introbutton		{
		width: 150px;
		float:right;
		padding: 0px 0px 0px 0px;
		margin: 2px 2px 2px 2px;
		}

.introbutton a		{
		font-family: arial, helvetica, sans-serif;
		font-size: 1.0em;
		font-weight: normal;
		text-align: center;
		display: block;
		cursor: pointer;
		padding: 10px 5px 10px 5px;
		background-color: #870D38;
		background-image:url("picts-intro/introbutton.png");
		background-repeat:repeat-x;
/* FADE UP */
transition: background 0.5s ease;
-webkit-transition: background 0.5s;
		border: #999999 0px solid;
/* CORNER ROUNDING */
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
		}



.introbutton a:link, .introbutton a:visited, .introbutton a:active	

	{
	color: #FFFFFF;
	text-decoration: none;
	}

.introbutton a:hover 
	{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006699;
	}






/***************
Media Queries - RESPONSIVE FOR SMALLER MOBILE SCREENS
***************/

@media handheld and (max-width: 480px),
   screen and (max-device-width: 480px),
   screen and (max-width: 480px) 
	{


.content-outer 	{
		padding: 12px;
		margin: 0px auto 0px auto;
		}

	}





