body {
	background: url(bg.jpg) repeat-x;
}

#main {
	background: url(content.png) no-repeat;
	width: 743px;
	height: 935px;
	margin-left: auto;
	margin-right: auto;
}

/**#inside {
	margin-left: auto;
	margin-right: auto;
}**/

#welcome_text {
	color: white;
	width: 510px;
	padding-top: 220px;
	margin-left: auto;
	margin-right: auto;
	font: normal 14px/1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .03em;
}
h1 {
	color: #1f97b1;
	font: bold 24px Georgia, "Times New Roman", Times, serif;
}
#email_text {
	color: #81e53d;
	font-style: italic;
	font-size: 12px;
}
.button {
	float: right;
	background: url(button2.jpg) no-repeat;
	width: 106px;
	height: 34px;
	border-style: none;
}
.button:hover{
	float: right;
	background: url(button2.jpg) no-repeat 0 -34px;
	width: 106px;
	height: 34px;
	border-style: none;
}
.texta {
	color: #ffc900;
	float: left;
	height: 30px;
	background-color: transparent;
	border: 1px none silver;
	padding-left: 12px;
	font-size: 18px;
	padding-top: 6px;
}
#form {
	width: 460px;
	height: 34px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}
#meet_time {
	color: #ffc900;
	font-weight: bold;
}

#map {
	margin-top: 40px;
	width: 510px;
	margin-left: auto;
	margin-right: auto;
}