﻿body {
	width:100%;
	margin:0 auto;
	margin-top:10px;
	background-color: #ccc;
}
div#wrapper {
	position:relative;
	width:90%;
	max-width: 600px;
	margin:0 auto;
	padding:10px 3%;
	background-color: white;
}
div.button {
	position:absolute;
	left:4%;
	top:12px;
	background-color: #bbb09b;
	padding:1px 5px;
	box-shadow: 1px 1px 2px #777777;
}
div.button:hover {
	box-shadow: 1px 1px 1px #535353 inset;
}

.button a {
	color: white;
	text-decoration: none;
	font-size:small;
}