@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow-x: hidden;
	height: 100%;
	font-family:Tahoma, Geneva, sans-serif;
}
.button {
	width:100%;
	text-align:center;
	margin-bottom:8px;
	text-decoration:none;
}
.button a{
	display: block;
	text-decoration:none;
	width:100%;
	text-align:center;
	background:#003;
	color:#FFF;
	height:auto;
	padding:20px 0px 25px 0px;
	margin-bottom:8px;
}
.button a:hover {
	display: block;
	width:100%;
	text-align:center;
	background:#666;
	color:#FFF;
	height:auto;
	padding:20px 0px 25px 0px;
	margin-bottom:8px;
	text-decoration:none;
}
#header {
	text-align:center;
}
#phone-number {
	font-size:10px;
	text-align:center;
	margin-bottom:10px;
}
#phone-number-big {
	font-size:20px;
	text-align:center;
	margin-bottom:10px;
}
