
* {
	margin: 0;
	padding:0;
	text-decoration: none;
	list-style: none;
	font-family: Arial;
}

/* BG */
html {
	background: #0D161D URL('../images/bg.png') repeat-x top;
}

div#wrapper {
	width: 886px;
	height: 490px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -443px;
	margin-top: -245px;
}

div#header { /*margin-top: 180px;*/ }

div#header h3 {
	color: #315165;
	font-size: 30px;
	text-align: center;
	margin-bottom: 25px;
	font-weight: normal;
}

div#content {
	border: 2px solid #14282F;
	border-left: none;
	border-right: none;
	margin-bottom: 2px;
}

div#footer {
	height: 160px;
	background: URL('../images/bg2.png') repeat-x top;
	border: 1px solid #5A758C;
	border-left: none;
	border-right: none;
}

div#footer div#contact {
	margin-left: 30px;
	float: left;
	width: 407px;
	position: relative;
	padding: 14px 0;
	color: #CCC
}

div#footer div#contact h2 {
	font-size: 20px;
	margin-bottom: 8px;
}

div#footer div#contact ul { margin-bottom: 8px;}
div#footer div#contact li { font-size: 14px; margin-bottom: 3px;}

div#footer div#contact p a { color: #CCC; }


div#footer div#space {
	height: 118px;
	width: 1px;
	background-color: #999;
	/*margin-left: 470px;*/
	margin-top: 20px;
	float: left
}

div#footer div#logo h1 a {
	width: 264px;
	height: 146px;
	background: URL('../images/logo.png') no-repeat center center;
	position: absolute;
	text-indent: -90000000px;
	margin-top: -14px;
	margin-left: 125px;
	
}
