/* general styles */
p {
	font:normal 8pt Arial;
	color:#FFFFFF;
	vertical-align:middle;
	margin:5px;
	text-align:justify;
}

/* specific styles */
div#container {
	position:relative;
	width:775px;
	padding:0;
	margin:10px auto;
	background-color:#000000;
	z-index: 0;
}

div#theme {
	width:775px;
	height:10px;
	background:url(../images/index1.jpg) no-repeat;
	margin:0;
}

div#content {
	background-color:#000000;
	width:775px;
	height:528px;
	margin:0;
	padding:0;
}

div#showcase {
	width:400px;
	height:150px;
	float:left;
	margin-left:10px;
	margin-top:30px;
}

div#news {
	float:right;
	width:300px;
	margin-right:10px;
	margin-top:30px;
}

div#press {
	position:relative;
	text-align:left;
	height:95px;
}

div#launch {
	position:relative;
	text-align:left;
	height:95px;
}

div#press h1 {
	margin:0;
	height:18px;
	background:url(../images/news_title_press.jpg) top left no-repeat;
}

div#press h1 span{
	display:none;
}



div#launch h1 {
	margin:0;
	height:18px;
	background:url(../images/news_title_launch.jpg) top left no-repeat;
}

div#launch h1 span{
	display:none;
}

div#press img {
	float:left;
	width:86px;
	height:68px;
	display:block;
	margin:0;
}

div#launch img {
	float:left;
	width:86px;
	height:68px;
	display:block;
	margin:0 5px 0 0;
}

