/* ----- Begin Layout Elements ----- */
#wrapper {
	background:#000 url(../images/bg.jpg) top no-repeat;
	min-height:591px;
	position:relative;
	margin:40px auto 0;
	text-align:left;
	width:948px;
	color: #000;
}
#contact {
	position:absolute;
	top:373px;
	left:664px;
	width:246px;
	color: #333;
	height: 169px;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}
#text {
	position:absolute;
	top:324px;
	left:13px;
	width:519px;
	color: #000;
	height: 281px;
	font-size: 12px;
}
h2 {
	color:#000;
	font-size:1em;
	font-weight:bold;
	margin:0 0 1em;
	padding:0;
}

h1 {
	color:#000;
	margin:0;
	font-size:1.2em;
}
p {
	line-height:1.4em;
	margin:0 0 1.2em;
	padding:0;
	color: #000;
}

a:link, a:visited {
	color:#060;
}

#footer {
	color:#fff;
	position:absolute;
	top:593px;
	left:819px;
	width:136px;
}

