html, body {
	height:  100%;
	width:  100%;
	background: ;
}


#wrapper {
	width: 100%;
	height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border: 30px solid white;
	padding: 30px;
	background: #ffdbdb;
	overflow: hidden;
}

#meta {
	
}

h1 {
	position: absolute;
	z-index: 999;
	top: 270px;
	left: -210px;
	font-family: Georgia;
	font-size: 20px;
	line-height: 1.1em;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);	
}

strong {
	color: black;
	text-decoration: none;
	border-bottom: 2px solid black;;
	padding-bottom: 2px;
}

.box {
	position: absolute;
	top:  30px;
	left: 30px;
	cursor: move;
}
