@import url(public.css);

.wrapper {
	background: url(images/bg_home.jpg) no-repeat;
}

/* BNG sidebar */
.news-box {
	width: 229px;
	height: 183px;
	margin-top: 150px;
	margin-left: 20px;
}
.news-box p {
	font-family: Tahoma;
	font-size: 14px;
	margin-bottom: 15px;
}
.news-box p a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
/* END sidebar */
/* BNG content */
.content {
	width: 580px;
	margin-left: 145px;
}
.welcome {
	width: 580px;
	height: 417px;
	margin-top: -10px;
	position: absolute;
}
.welcome-box {
	background: url(images/bg_welcome.png) no-repeat !important;
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/bg_welcome.png');
	width: 532px;
	height: 417px;
	padding-left: 48px;
}
.welcome-box .title {
	height: 117px;
}
.welcome-box .title h1 {
	margin: 50px 70px 0 0;
	text-indent: -9999em; 
}
.welcome-box .title h2 {
	margin: 50px 0 0 0;
}
.welcome-box p {
	width: 480px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	margin: 10px 0 23px 0;
}
.welcome-box p span {
	color: #49b2ab;
}
.welcome-box a {
	margin-right: 35px;
	position: relative;
	z-index: 1000;
}
.out-box {
	background: url(images/bg_out.png) no-repeat !important;
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/bg_out.png');
	width: 566px;
	height: 377px;
	margin-top: 395px;
	position: absolute;
	margin-left: 25px;
	padding-left: 30px;
	
}
.out-box h2 {
	margin-top: 10px;
	width: 250px;
	height: 60px;
}
.out-box p.frist {
	_margin-top: -30px;
}
.out-box p {
	font-family: "Trebuchet MS";
	font-size: 14px;
	margin: 10px 0 20px 0;
	width: 490px;
}
.out-box strong {
	color: #c02626;
}
.out-box strong.blue {
	color: #49b2ab;
}
.out-box p.frist strong {
	font-size: 24px;
}
.out-box p.last {
	width: 450px;
	margin-left: 25px;
	color: #3c3f68;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	line-height: 1.3em;
}
/* END content */
/* BNG footer */
.footer {
	margin-top: 60px;
}
/* END footer */

.in-crisis {
	display: block;
	width: 200px;
	height: 200px;
	margin: 250px 0 0 30px;
	cursor: pointer;
	text-indent: -9999em;
}