html, body 		{
					height: 100%;
				}
body			{
					margin: 0px;
					padding: 0px;
					background-color: #000000;
					font-family: Tahoma, Verdana, Arial;
					font-size: 13px;
				}				
object,embed	{
					min-height: 650px;
					height: 100%;
				}
.wrapper		{
					min-height: 650px;
					position: relative;
					height: 100%
				}
h1										{	
											margin: 0px;
											font-size: 24px;
											font-weight: 200;
											margin-bottom: 10px;
											color: #ffffff;
										}
h2										{	
											margin: 0px;
											font-size: 18px;
											font-weight: 200;
											margin-bottom: 4px;
											color: #ffffff;
										}
.alternateDiv							{	
											position: relative;
											width: 500px;
											left: 50%;
											top: 20%;
											margin-left: -250px;
											text-align: center;
											border: 1px solid #333333;
											padding: 10px;
											color: #999999;
										}																				
