body {
	background: #222 url(img/bg-dark-gradient.png) top repeat-x;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#content {
	/* width: 900px;
	margin: 0 auto; */
}

.h-bg {
	background: url(img/bg-h.png) center 30px no-repeat;
}

#top {
	height: 530px;
	position: relative;
	background: url(img/bg-squiggle-white.gif) bottom center repeat-x;
}

#top-gallery {
	height: 510px;
	position: relative;
	background: url(img/bg-squiggle-white-blackbg.gif) bottom center repeat-x;
	
	text-align: center;
}

#pix {
	height: 70px;
	text-align: center;
	background: #000 url(img/bg-squiggle-white-blackbg.gif) bottom center repeat-x;
	position: absolute;
	display: table-row-group;
	bottom: 0px;
	padding: 15px 0;
	width: 100%;
}

#pix img {
	border: #fff solid 5px;
	margin: 0 5px;
}

#style-enter {
	position: relative;
	top: 40%;
	left: 40%;
}

#txt {
	display: table;
	margin: 0 auto 0 auto;
	position: relative;
	top: 80px;
}

h3 {
	font-size: 13px;
	padding: 0;
	margin: 0;
	border-bottom: #fff solid 1px;
}

.list {
	float: left;
	margin: 0 20px 0 0;
}

.list span {
	float: left;
	margin: 0 20px 0 0;
}

#bottom {
	height: 150px;
	background: url(img/bg-light-gradient.png);
	color: #333;
	position: relative;
	text-align: center;
	overflow: hidden;
}

#logo {
	margin: 0 0 0 0;
	position: absolute;
	right: -40px;
	top: -15px;
}

#squiggle {
	margin: 0 0 0 0;
	position: absolute;
	left: 0px;
}

#bottom .txt {
	position: relative;
	top: 30%;
	display: inline-table;
}

a:link,
a:visited {
	color: #a32a98;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #f0f;
	outline: none;
}