body 	{
	background: #000000 url("background-intro.png") 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; }












/* ADJUST VERTICAL ALIGNMENT */

.adjustvert	{ height: 50px; }









/* 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 {
    width: auto;
    height: auto;
	margin: 0px auto 8px auto;
}








/***************
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;
		}

	}





