html {
	height: 100%;
}

BODY {
	font-size: 11px;
	background: url(images/back.jpg) no-repeat center center #212121;
	height: 100%;
	margin: 0;
	padding: 0;
}

.bg	{
	text-align: center;
	font-size: 12px;
	padding: 0px;
	border:0;
	border-collapse: collapse;
}

.main	{
	width: 100%;
	height: 100%;
	background:  transparent;
	text-align: center;
   	margin-left: auto;
   	margin-right: auto;
	border-collapse: collapse;
}

.page	{
	background:  transparent;
	text-align: center;
  	margin-left: auto;
   	margin-right: auto;
	width:800px;
	height:600px;
}

#flashcontent {
	height: 100%;
}

p	{
	color:#FFF;
	font-size:12px;
	font-family: Arial;
	text-align:left;
	padding:10px;
}

h2	{
	color:#FFF;
	font-size:14px;
	font-family: Arial;
	text-align:left;
}

