@charset "ISO-8859-1";

/*start home css*/

#roulette-center {
	position:absolute;
	left:49px;
	top:128px;
	width:880px;
	height:274px;
	background-image: url(http://images.stg.com/images/roulette_center.jpg);
}
#roulette-footer {
	position:absolute;
	left:49px;
	top:402px;
	width:880px;
	height:17px;
	background-image: url(http://images.stg.com/images/roulette_footer.jpg);
}
#STG-HOME-for-Ed-17 {
	position:absolute;
	left:49px;
	top:419px;
	width:598px;
	height:152px;
	background-image: url(http://images.stg.com/images/STG_HOME-for-Ed_17.jpg)
}
#world {
	position:absolute;
	left:647px;
	top:419px;
	width:282px;
	height:152px;
	background-image: url(http://images.stg.com/images/world.jpg)
}
#STG-HOME-for-Ed-20 {
	position:absolute;
	left:49px;
	top:571px;
	width:880px;
	height:27px;
	background-image: url(http://images.stg.com/images/STG_HOME-for-Ed_20.jpg)
}
#STG-HOME-for-Ed-23 {
	position:absolute;
	left:49px;
	top:598px;
	width:880px;
	height:396px;
	z-index:-10;
	background-image: url(http://images.stg.com/images/STG_HOME-for-Ed_23.png)
}
#performance {
	position: absolute;
	z-index: auto;
	top: 436px;
	left: 74px;
	width: 448px;
	font-size: 18px;
}
#performance_detail {
	position: absolute;
	z-index: auto;
	top: 460px;
	left: 75px;
	width: 514px;
	font-size: 12px;
	height: 70px;
	line-height:18px;
}
#performance_link {
	position: absolute;
	z-index: auto;
	top: 537px;
	left: 75px;
	width: 160px;
	font-size: 12px;
	height: 19px;
}
#column1 {
	position:absolute;
	left:73px;
	top:663px;
	width:252px;
	height:165px;
	line-height:18px;
}
#column2 {
	position:absolute;
	left:367px;
	top:660px;
	width:270px;
	height:165px;
	line-height:18px;
}
#column3 {
	position:absolute;
	left:670px;
	top:660px;
	width:242px;
	height:165px;
	color: #003366;
	/*font-weight: bold;*/
	line-height:18px;
}
#home {
	position:absolute;
	top:147px;
	left:49px;
	/*padding-left: 149px;*/
	text-align: left;
	background-color: #D8D8D8;
}
#mainContainer {
	padding-bottom: 200px;
}
#footer{
	position:absolute;
	top:900px;
	left:17px;
	width:931px;
	margin: 0 auto;
	text-align: center;
	z-index:15;
	color:#205887;
	
}
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable_news {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 242px;
	height:200px;

	/* custom decorations */
	border:0px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable_news .items {
	/* this cannot be too large */
	height:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:242px;
	height:200px;
}

.items  div p img {
	vertical-align: middle;
	margin-left: 0px;
}
.items div p {
	/*margin-top: 0px;*/
	/*line-height: 14px;*/
}

/*end home css*/