@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

HTML, BODY {
	background:url(../images/communityBground.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:auto;
	overflow:auto;
overflow-x:hidden;
}

.bottomBground {
width:100%;
height:1168px;
}

.famineLogoBlack {
	position:absolute;
	background-image:url(../images/30hfLogoBlack.png);
	height:59px;
	width:99px;
	margin-top:30px;
	left:50%;
	margin-left:-485px;
}

.WVLogo {
	position:absolute;
	background-image:url(../images/wvLogo.png);
	height:31px;
	width:77px;
	left:50%;
	margin-left:400px;
	margin-top:5px;
}

.feedContent {
background-image:url(../images/nightOfContentBground.jpg);
width:582px;;
height:768px;
position:absolute;
top:260px;
left:50%;
margin-left:-486px;
padding:40px;
color:#FFFFFFF;
}

.feedContent H2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
}

.tweet {
color:#FFFFFF;
margin-top:10px;
padding-top:10px;
width:100%;
border-top:1px dotted #AAAAAA;
line-height:1.5em;
}

.RSSContent {

}