/* HTML, Body, Main */
HTML, BODY
				{
				width:100%;
				height:100%;
				margin:0;
				padding:0;
				background:#1a181b;
				}

img				{	border:0px;	}

#id_flashcontent
				{
				width:100%;
				height:100%;
				}
				
#id_htmlcontent
				{
				position:absolute;
				width:900px;
				height:600px;
				left:50%;
				margin-left:-450px;
				top:50%;
				margin-top:-300px;
				}
