body {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #032f56;
}

a:hover {
	text-decoration: none;
}

.logo {
	background: url(../images/logo.gif) no-repeat top center;
	width: 518px;
	height: 80px;
	margin: 0 auto;
	position: relative;
	margin-top: 150px;
}

.phone {
	text-align: right;
	font-size: 14px;
	color: #032f56;
}

.phone span {
	font-weight: bold;
}

#content {
	padding-top: 30px;
	width: 1000px;
	margin: 0 auto;
}

.button {
	width: 350px;
	height: 55px;
	display: block;
	margin: 0 auto;
	background: url(../images/button.png) no-repeat top left;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}