@import "core.css";


div#joinbt a{
	margin: 0 0 0 35px;
	padding: 20px 0 0 0;
	width: 309px;
	height: 141px;
	background: url(images/download-box.png) 0 0 no-repeat;
	display:block;
	text-align: center;
}

div#joinbt a:hover {
	background-position:-468px 0;
}

div#welcomediv {
	float: right;
	margin: 65px 35px 0 0;
	background: url(images/wbk.png) repeat-x;
	width: 350px;
	height: 75px;
	text-align: center;
	color: white;
	
}

div#topics{
	width: 90%;
	height: 120px;
	margin: 30px auto auto auto;
	background: url(images/topicbg.png) repeat-x;
	font-size: 1.25em;
	padding: 0 0 9px 10px;
	color: white;
}


div#content {
	width: 90%;
	background: #B9DDB9;
	color: black;
	margin: 40px auto;
	padding: 15px 8px 8px 8px;

}

