@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

* {
	margin: 0;
	padding: 0;
	border: none;
	}

html, body {
	background: #49cbf1;
	font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
	}

#content {
	width: 100%;
	min-height: 100%;
	background: #eee;
	}

#output {
	width: 20%;
	min-height: 100%;
	position: absolute;
	background: #ff5300;
	color: #fff;
	top: 0; right: 0;
	}