.welcome-page-bg
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1001;
	background: #262F35;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}

.welcome-holder
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1002;
}
.welcome-bg
{
	position: relative;
	margin: 150px auto 0 auto;
	width: 530px;
	height: 260px;
	background: url(welcome_page_bg.png) no-repeat;
}

.welcome-emu
{
	position: relative;
	margin: 150px auto 0 auto;
	width: 530px;
	height: 260px;
}
.welcome-content
{
	padding: 70px 0 13px 240px;
	width: 245px;

}

.welcome-content p
{
	font-size: 12px;
	line-height: 17px;
	color: #FFFFFF;
}

.welcome-button
{
	padding-left: 240px;
}

.demo-holder {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 580px;
}

