@charset "utf-8";

* { margin:0; padding:0; }

body, html {height: 100%;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.5em;
	}
#wrapper {
	width:700px;
  	margin-left: auto ;
  	margin-right: auto ;
	height:100%;
	}
#content {
	margin-top:5em;
	text-align: center;
	}
#contact {
	margin-top:3em;
	text-align: center;
	}
h1  { font-size:24px; }
