@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	Padding:0px;}

#wrapper {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	position: relative;}
	
#logo {
	margin-top:60px;
	text-align:center;
	width:580px;}
	
#content {
	width:480px;
	height:auto;
	background-color:#fff;
	padding:50px;
	margin-top:30px;}

p {
	font-family: quicksand, serif;
	font-style: normal;
	font-weight: 400;
	text-align:center;
	font-size:16px;
	color:#000;
	line-height:24px;
	letter-spacing:1px;}
	
b {
	font-family: quicksand, serif;
	font-style: bold;
	font-size:16px;
	color:#ffc057;
	line-height:24px;
	letter-spacing:1px;}
	
a {
	font-family: quicksand, serif;
	font-style: bold;
	font-weight: 600;
	font-size:12px;
	color:#fff;
	letter-spacing:2px;
	border:none;
	text-decoration:none;}
	
a:hover {
	color:#c68c2d;}
	
#follow {
	font-family: quicksand, serif;
	font-style: normal;
	font-weight: 400;
	text-align:left;
	font-size:12px;
	color:#ffc057;
	letter-spacing:1px;
	margin-top:50px;
	margin-bottom:50px;
	margin-left:30px;
	margin-right:30px;}
	
#crown {
	position:relative;
	float:left;
	top:-20px;}