/* CSS Document */

* {
	padding: 0; margin: 0;
}

body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #9fadbf;
	background: #182c5c url('images/bg.jpg') left top repeat-x;
	line-height: 18px;
}

#wrap {
	width: 860px;
	margin: 0 auto;
	text-align: center;
}
.icons {
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
}

.icons div {
	width: 140px;
	float: left;
	margin-right: 40px;
}

.icons div span {
	display: block;
	padding-top: 5px;
}

.txtBox {
	text-align: left; margin-top: 70px;
	border: 1px solid #3e506b;
	background-color: #0f2447;
	padding: 28px 0 15px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 4px;
}

a.txtlink:link, a.txtlink:visited {
	text-decoration: none;
	color: #fff;
}
a.txtlink:hover {
	text-decoration: underline;
}

.footer {
	margin-top: 50px; clear: both; padding-bottom: 20px;
}
.footer span {
	display: block;
	font-size: 11px;
	padding-top: 7px;
}