html,body			{
					margin: 0px;
					padding: 0px;
					height: 100%;
					font-family: "AGaramond RegularSC", "Trebuchet MS", Helvetica, Arial, sans-serif;
					font-size: 11px;
					font-weight: bold;
					color: ##AAABAA;
					overflow: hidden;
					background-color: #fff;
					}
					
#flashcontent 		{
					height: 100%;
					}
					
#container			{
					width: 800px;
					margin: auto;
					text-align: center;
					}
					
.hidden				{
					display: none;
					}

