/***Reset***/
@import url(reset.css);

/***General***/
body {
	color: #FFF;
	background-color: #2ECC71;
	font-family: sans-serif;
  	font-weight: bold;
  	font-size: 30px;
}

div {
	height: 28px;
	width: 266px;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}
