@charset "utf-8";
/* CSS Document */

body, html {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
}
#wrapper {
	height: 50%;
	margin-bottom: -100px;
	float: left; 
}
#layout {
	margin: 0 auto;
	position: relative;
	clear: both;
	width: 710px;
	height: 200px;
}
header {
	width: 710px;
	height: 100px;	
}
article {
	width: 710px;
	height: 100px;
	text-align: center;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}