body {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	
	text-align: center;
	vertical-align:middle;
	margin-left: auto;
	margin-right: auto;
	
	background-position:top center;
	background-attachment:fixed;
	background-color:#003366;
	background-image:url(../Media/ColoradoClouds.jpg);
	background-repeat:no-repeat;
}


/* Basic Elements all deleted to allow the foreign page control */

/* specific divs for my background and menu */


#Clouds {
	/* Just creates space for the ColoradoClouds photo to show */
	min-height:50px;
	/* height: auto; important; */
}

#DTG {
	/* Alignment for the 'DTG' stylized text AND the menu */
	text-align: center;
	vertical-align:middle;
	margin-left: auto;
	margin-right: auto;
	}