@charset "UTF-8";
/* CSS Document */

#galaxy {
	width: 700px;
	height: 454px;
	background: url(../media/images/news/galaxy.jpg) no-repeat top left;
	position: relative;
}
#galaxy p {
	color: white;
	position: absolute;
	bottom: 30px;
	left: 60px;
	font-size: 1.6em;
	width: 340px;
}
