/*hide from ie on mac\*/
html {
	height: 100%;
	overflow: hidden
}
#flashcontent {
	width: 100%;
	height: 100%;
}
/* end hide */
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	text-align:center;
}

#flashcontent
{
	position:relative;
	margin:0 auto;	
}

/******************content_html*********************/
.content_html
{
	background:url(../img/bkg.png) #000000 repeat-x center top;	
	width:100%;
	height:100%;
	text-align:center;
	position:absolute;
	top:0px;
	left:0px;	
	z-index:1000;
}

#content_flash
{
	width:100%;
	height:100%;
	text-align:center;
}

.header
{
	background:url(../img/header.png) no-repeat center top;
	width:850px;
	height:130px;	
}

.col_left
{
	background:url(../img/cub.png) no-repeat center top;
	width:650px;
	height:570px;
}

.col_right
{
	width:170px;
	text-align:left;
	vertical-align:top;
	padding-top:110px;
}

.button
{
	padding-top:30px;
}

.col_right a img
{
	border:none;
}

.text
{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	padding:20px 0 40px 0;
}

.col_right p a
{
	color:#FFFFFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.col_right p a:hover
{
	color:#990000;	
}

.hid
{
	display:none;		
}

.words
{
	position:absolute;
	top:0px;
	left:0px;
}


/******************\content_html*********************/