body {
	margin: 0;
	border: 0;
	padding: 0;
 	background-color: #000000;}  		/* Black - 000000 */

img {
	margin: 0;
	border: 0;
	padding: 0;}

/* ------------------ MAIN FRAME CONTENTS ------------------ */

#main-frame { 					/* Main Positioning Frame  */
	position: relative;
	width: 560px;
  	top: 0px;
  	margin-left: auto;
  	margin-right: auto;
	background-color: red;}  	/* Gold - FF9900 */
  	
/* ------------------ Main Title Heading ------------------ */

#unity-poster_heading {					/* Main Heading */
	position: absolute;
	width: 560px;
	top: 5px;
	left: 0px;
	color: white;	
	font-family: times new roman;
	font-size: 45px;
	font-style: italic;
	font-weight: bold;
	text-align: center;}

/* ------------------ Sub-Title Heading ------------------ */

#unity-poster_sub-heading {					/* Sub-Heading */
	position: absolute;
	width: 560px;
	left: 0px;
	top: 61px;
	color: white;
	font-family: times new roman;
	font-size: 25px;
	font-style: italic;
	font-weight: normal;
	text-align: center;}

/* -------------------- Unity Poster -------------------- */

#unity-poster_cincy-unity-jam { 				/* Image - Cincy Unity Jam */
	position: absolute;
	width: 560px;
	height: 720px; 
  	top: 111px;
  	left: 0px;
	text-align: center;
 	background-image: url(../../../../../../../images/unity-music/2010/unity-posters/cincy-unity-jam-5_560x720.jpg);
 	background-color: none;}  	   /* White - FFFFFF */ 

#unity-music-video_cincy-unity-jam {
	position: absolute;
	width: 560px;
	height: 340px;
  	top: 870px;
	left: 0px;
	background-color: none;}

/* -------------------- Bottom Div Section -------------------- */

#unity-poster_footer {
	position: absolute;
	width: 560px;
	height: 36px;
  	top: 1232px;
  	right: 0px;
	color: white;
  	font-family: arial, helvetica, sans-serif;
	font-size: 12px;  		/* POST-SCRIPT 9pt */
	display:inline;
	text-align: center;
	background-color: none;}

/* ------------------ MENU SECTION ------------------ */

#unity-poster_footer  ul { 			/* --------------- COMPLETE - DON'T CHANGE ---------------- */
  	margin: 0;
  	padding: 0 0 0 0;
 	text-align: center;}
 
#unity-poster_footer  li {			/* --------------- COMPLETE - DON'T CHANGE ---------------- */
  	display: inline;
  	font-weight: normal;}
 	
.menu-dot {
	font-family: Arial;
	font-size: 8px;  			/* PREVIOUSLY 6pt */
	color: white;}			/* Light Cyan - 66FFFF */

/* ----------------- STANDARD AMG BODY RULES ----------------- */ 

a {
	text-decoration: none;} /* prevents initial underline on both IE & Firefox */

a:link {					/* DO NOT CHANGE ORDER OF SEQUENCE */
	color: #FFFFFF;} 	/* initial color - Light Cyan - 66FFFF */

a:visited {
	color: #FFFFFF;}  	/* visited color - Light Cyan */

a:hover {
	color: #FFFFFF;		/* hover color - White */ 
	text-decoration: underline;}
	
a:active {
	color: #FFFFFF;} 	/* transition color - Light Cyan */


/* ----------------- REFERENCE COLORS ----------------
  
	White  - FFFFFF ; Black - 000000 ; Grey - CCCCCC ; Light Grey - F5F5F5 ; Transition Grey - 333333 (18)	
	Red    - FF0000 ; Rose Red - E4082E, Maroon - 990033, Violet Red - CC0099 ; Fucia - FF00FF
	Violet - EE82EE ; Pink - FFCCFF ; Salmon - F7E9E5 ; Light Pink - FFF5F5 ; CC99FF - Lavender 
	Purple - 9900FF ; Lavender - CC99FF ; Dark Purple - 6100C1, Darker Purple - 5A1BAF, Darkest Purple - 3F009D
	Orange - FF7F00 ; FF9900 - Gold ; Yellow Gold - FFCC00 
	Yellow - FFFF00 ; Light Yellow - FFFF66 ; Lime - CCFF33
	Green  - 00FF00 ; Bright Green - 00FF33 ; Light Green - CCFFCC ; Olive - CCFF33 ; Dark Green - 33CC33 
	Cyan   - 00FFFF ; Light Cyan - 66FFFF ; Medium Cyan - 33CCFF ;  Turquoise - 00FFCC
	Blue   - 0000FF ; Light Blue - 00CCFF ; Medium Blue - 3366FF ;  Dark Blue - 000066 ; Darker Blue - 00004F, Darkest Blue - 00001F */
	
/* --------- STANDARD AMG LINKING COLOR RULES ---------  
    
	Black Background ; Active Link Blue - 66FFFF ; Roll Over Lime - 00FF00 
	White Background ; updated 8-2-08 */