html {
	background: #ac8b75;
}

body {
	background: #ac8b75;
	color: #000000;
	font-family:Tahoma, sans-serif;
	padding:35px;
	max-width: 700px;
	height:auto;
	font-size:110%;
}

ul li {
	margin-bottom: 10px;
	font-size: 14px ;
}
a {
	color: #21759B;
	text-decoration: none;
}
a:hover {
	color: #D54E21;
}

.button {
	font-family: sans-serif;
	text-decoration: none;
	font-size: 14px !important;
	line-height: 16px;
	padding: 6px 12px;
	cursor: pointer;
	border: 1px solid #bbb;
	color: #464646;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background-color: #f5f5f5;
	background-image: -ms-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(top, #ffffff, #f2f2f2);
}

.button:hover {
	color: #000;
	border-color: #666;
}

.button:active {
	background-image: -ms-linear-gradient(top, #f2f2f2, #ffffff);
	background-image: -moz-linear-gradient(top, #f2f2f2, #ffffff);
	background-image: -o-linear-gradient(top, #f2f2f2, #ffffff);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #f2f2f2, #ffffff);
	background-image: linear-gradient(top, #f2f2f2, #ffffff);
}

#wrapper {
	float:left;
	width:700px;
	margin-bottom:40px;
	position:relative;
	z-index:2;
}

#logo img {
	display:block;
	margin:10px auto;
}

#socials {
	margin:20px auto 0;
	width:700px;
	overflow:hidden;
	text-align:center;
	z-index:2;
	position:relative;
}

#socials img {
	margin:0 20px;
}

h1, h2, h3 {
	margin-bottom:30px;
}

#header {
	width:413px;
	margin:0px auto 50px;
}

#birdie {
	position:absolute;
	bottom:0px;
	right:0px;
}

#text {
	margin-bottom:20px;
}

#slider {
	margin-bottom:30px;
}