.feature_txt {
	position: absolute;
	width: 320px;
	padding: 5px;
	top: 0px;
	right: 0px;
	text-align: right;
	color: #FFF;
}

.hello {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
	position: relative;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	line-height: 1.2em;
	color: #FFF;
	width: 60%;
}
.wrapper {
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
.story {
	width: 256px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 300px;
}
.image {
	overflow: hidden;
	height: 170px;
	background-color: #000;
	padding: 0px;
	position: relative;
	margin: 0px;
}
.info {
	background-image: url(../images/topshadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}
.container {
	margin-right: auto;
	margin-left: auto;
}
.footer {
	clear: both;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #001C27;
	background-image: url(../images/new_back.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.all {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
