body {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 60px;
}

a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #FFF;
}

#phone a:link, #phone a:visited, #phone a:active, #phone a:hover {
color: #CC0000;
text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 17px;
	text-align: center;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
	

.titlebar {
	background-color: #050;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 17px;
	text-align: center;
	height: 30px;
	padding-top: 9px;
}

.background {
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-color: #18961d;
	height: 100%;
}

.button_container {
	margin-top: 40px;
}
	
.button {
	height: 55px;
	width: 220px;
	margin-left: -30px;
	background-image: url('../images/button.gif');
}

.button-last {
	height: 70px;
}

.button-text {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-top: 12px;
	padding-left: 40px;
}

.content {
	margin-top: 40px;
	background-color: #FFF;
	height: auto;
	margin-bottom: 75px;
	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat;
}

.oval {
	color: #FFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	width: 300px;
	height: 130px;
	margin-left: auto;
	margin-right:auto;
	text-align: center;
	background: #CC0000;
	-moz-border-radius: 150px / 65px;
	-webkit-border-radius: 150px / 65px;
	border-radius: 150px / 65px;
	margin-bottom: 30px;
}