body {
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #fff;
	color: #505050;
}
img{border: 0; border: none;}
a:link{color:#007ec4;}
a:hover{color: #3b98e1;}
a:visited{color: #007ec4}

#main {
	width: 700px;
	position: fixed;
	margin-left: -350px;
	margin-top: -300px;
	left: 50%;
	top: 50%;
}

h1 {
	font-size: 26px;
	font-weight: 500;
	color: #007ec4;
}

h2 {
	font-size: 15px;
	font-weight: 500;
	color: #a7c03e;
}
#main div {
	margin-bottom: 45px;
	margin-left: 50px;
	margin-right: 50px;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-bottom: 20px;
	text-align: right;
}
#footer a {
	padding: 20px;
	text-decoration: none;
	color: #666;
}
.button {
	background-color: #007ec4;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	padding: 7px 25px 7px 25px;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #007ec4;
}
.button:Hover {
	background-color: #00aedf;
	box-shadow: 0 2px 7px #c0c0c0;
}
.button:Active {
	box-shadow: inset 0 2px 5px #007edf;
}
#main .button {
	margin-left: 15px;
}
p {
	margin: 10px 15px 0px 0px;
	font-size: 13px;
	color: #555;
}