body {
	background-color: white;
	color:#000;
}
h1 {
	font: 1em/1.5 sans-serif;
	color:#000;
	margin:0;
	padding:0;
}
.wrapper{
 	background: none repeat scroll 0 0 #d5893c;
    display: block;
    height: 18.75em;
    left: 50%;
    margin: -10.625em 0 0 -9.375em;
    position: absolute;
    top: 50%;
    width: 18.75em;
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.5);
}
.content {
	background-color: white;
    display: block;
    font: 0.8em/1.4 sans-serif;
    height: 3.125em;
    padding: 0.390625em;
    position: relative;
    top: 19.53125em;
    width: 22.65625em;
    text-align: right;
}
a {
	color:#000;
	text-decoration: none;
}
