/* CSS News styles go here */
.news {
	float: left;
	height: 716px;
	margin-right: 50px;
	width: 639px;
	display: inline;
	position: relative;
}
.newsBg {
	display: block;
	position: absolute;
	background-image: url(../images/news-frame.png);
	height: 716px;
	width: 639px;
}

.news div.title {
	margin-top: 10px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/news-title.png);
	height: 50px;
	width: 100%;
}

.features {
	float: left;
	width: 200px;
	display: inline;
	position: relative;
	text-align: center;
	top: 60px;
	vertical-align: top;
}

.features div.promo {
	position: relative;
	text-align: left;
	margin-bottom: 25px;
}

.features div.myspace {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 139px;
	width: 120px;
	margin-bottom: 20px;
	position: relative;
}

.features div.secretGarden {
	position: relative;
	text-align: center;
	width: 100%;
}

.news div.mask {
	left: 40px;
}

