/*
	Praemium - Screen Media CSS
	Intro Page: Flash + Intro text
*/

@import url("common_1-0.css");

#intro {
	/*width: 510px;*/
	text-align: center;
	color: #AAA;
	width: 800px;
	border-top: 11px solid #000;
}
#flash {
	float: left;
	width: 508px;
	height: 328px;
	background: #333;
	border-left: 11px solid #000;
 }
#flashcontent {
 	width: 508px;
	height: 328px;
	float: left;
}
#welcome {
	float: left;
	width: 254px;
	height: 328px;
	border-left: 14px solid #000;
	border-right: 13px solid #000;
	background: #444 url(../images/intro-bg.gif) no-repeat;
}
#welcome .wrap {
	font-size: 16px;
	text-align: center;
	padding: 2em 1.2em 0 1.5em;
	line-height: 20px;
}
#welcome a {
	color: #AAA;
}
#welcome a:hover {
	color: #CCC;
}
#special {
	float: left;
	width: 254px;
	height: 82px;
	overflow: hidden;
	border-left: 14px solid #000;
	border-right: 13px solid #000;
	background: #444 url(../images/introb-bg.gif) no-repeat;
}
#special .wrap {
	margin-top: 0.8em;
}
