/* ---WRAPPER --- */

#wrapper, #content {
    height: 450px;
    width: 280px;
}

#wrapper {
    bottom: 70%;
    right: 75%;
    position: absolute;
}

#content {
    background: white;
    left: 50%;
    padding: 30px;
    position: relative;
    top: 60%;
}

/* ---BODY --- */

body {
	margin: 0px;
	padding: 100px;
	background-color: white;
	font-family: Georgia;
	color: #111;
	text-align: left;
	font-family: "Georgia",Lucida Grande, Verdana, Geneva, Arial, sans-serif;
	line-height: 18px;
	font-size: 12px;
}

a {
	color: #555;
	text-decoration: none;
}
a:hover {
	color: #E62A2B;
}
p {
	margin-bottom: 15px;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #111;
	margin-bottom: 0px;
}