*{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
body{
	font: .8125em/1 "Myriad Pro", "Helvetica Neue", helvetica, arial, sans-serif;
	color: #e4e4e4;
	background: #000000;
	overflow: hidden;
	overflow-x: hidden; 
}
img.source-image {
	position: fixed;
	top: 0;
	left: 0;
}
#wrapper{
	position: relative;
	width: 835px;
	margin: 0 auto;
	overflow: hidden;
}
#wrapper ul li{
	list-style: none;
}
#header{
	width: 790px;
	overflow: hidden;
}

#branding a{
	display: block;
	margin:  27px 0 0 63px;
	width: 130px;
	height: 80px;
	background: url("../images/gwLogo.png");
	text-indent: -3000px;
}
#chopSticks{
	float: right;
	margin-right: 20px;
	width: 255px;
	height: 195px;
	background: url("../images/chopSticks.png") no-repeat;
}
#content{
	overflow: hidden;
	margin-top: -25px;
	width: 835px;
	min-height: 600px;
	background: url("../images/infoBg.png") no-repeat;
}
#info{
	float: left;
	padding: 30px 50px 50px 50px;
	width: 420px;
}
h2#csTitle{
	margin: 35px 0 5px 0;
	text-align: center;
	font-size: 2.25em;
	color: #575756;
	letter-spacing: .01em;
}
h2#csThanks{
	margin: 60px 0 5px 0;
	text-align: center;
	font-size: 2.25em;
	color: #303030;
	letter-spacing: .01em;
}
p.csInfo{
	color: #8bc53f;
	font-size: 1.25em;
	text-align: center;
}
p.csInfoThanks{
	color: #8bc53f;
	font-size: 1.25em;
	text-align: center;
	margin-bottom: 55px;
}
.form{
	overflow: hidden;
	margin: 8px auto 0 auto;
	width: 430px;
}
.inputArea{
	float: left;
	margin: 10px auto 0 auto;
	height: 34px;
	width: 305px;
	padding: 10px 110px 0 20px;
	color: #90928d;
	font-size: 1.2em;
	background: url("../images/inputBg.jpg") no-repeat;
}
.inputArea:focus{
	color: #8cc63f;
}
#sendBtn{
	position: relative;
	float: right;
	margin: -39px 4px 0 0;
	width: 91px;
	height: 34px;
	background: url("../images/sendBg.png") no-repeat;
	text-indent: -3000px;
	cursor: pointer;
}
li.border{
	margin: 15px 0 30px 0;
	border-bottom: 1px solid #c6c6c6;
}

a.snLink img, a.snLink p{
	float: left;
}
a.snLink p{
	float: left;
	margin-left: 8px;
	color: #303030;
	font-size: 1.05em;
	line-height: 1.55em;
}
.right{
	margin-right: 20px;
}

#location{
	float: left;
padding-top: 33px;
	width: 259px;
}
#map{
	border: 3px solid white;
}