html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	background: url('../_images/b_bg.png') repeat;
	background-color: #535349;
}

#wrapper {
	width: 100%;
	background: url('../_images/b_bg.png') repeat;
	text-align: center
}

#holding_graphic {
	margin-left: auto;
	margin-right: auto;
	width: 907px;
	height: 420px
}

#contact_align {
	width: 1117px;
	height: 47px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 100px;
}

#contact {
	width: 416px;
	height: 47px;
	float: left;
	line-height: 24px;
}

#entry_wrapper {
	margin-left: auto;
	margin-right: auto;
	height: 47px;
	width: 498px;
}

img {
	float: left
}

.text_style {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF
}

.wc {
	color: #fff;
}

.gc {
	color: #cfab7a;
}

a {outline: none;}

a:link 		{text-decoration: none;}

a:visited	{text-decoration: none;}

a:hover		{text-decoration: underline; color: #cfab79}

a:active	{text-decoration: none;}

