*{
	margin:0;
	padding:0;
}
body{
	font-family: Georgia,Times,Times New Roman,serif;
	font-size: 14px;
	color:#008b9a;
	text-align:center;
	background-image: url("bg.png");
    background-repeat: repeat;
    background-position: 0 0;
}
#page{
	margin:10px;
	width:
}
h1{
	margin-top: 40px;
	font-size:22px;
}
p{
	margin:10px auto;
	font-size:18px;
	max-width:700px;
}
a,a:link,a:visited,a:hover,a:active{
	color:#008b9a;
	text-decoration:underline;
	font-weight:bold;
}
a:hover{
	text-decoration:none;
}
a.btn,a.btn:link,a.btn:visited,a.btn:hover,a.btn:active{
	display:block;
	margin:0 auto 20px auto;
	padding:8px 0;
	text-decoration:none;
	color:#ffffff;
	font-weight:normal;
	font-size:24px;
	background-color:#bdadd1;
	border:0;
	border-radius:30px;
	text-transform:uppercase;
	width:300px;
}
a.btn:hover{
	background-color:#ccbce1;
}
