h1 {
	width:100%;
	top:2px;
	height:50px;
	line-height:42px;
	left:0;
	font-size:2em;
	text-align:center;
	color:white;
	vertical-align:middle;
	martin-top:10px;
	background:blue;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;		
}