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

*
				{
				padding:0px;
				margin:0px;
				text-align:center;
				font-family: Tahoma, Arial, Verdana;
				font-size:11px;
				font-weight: normal;
				color:#CCC;
				text-decoration:none;
				}

p
				{
				margin-bottom: 20px;
				}

h1,
h3
				{
				font-size:14px;
				margin-bottom: 20px;
				}

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;
				}
				
.content
				{
				width:900px;
				margin: auto;
				}