@charset "utf-8";
/* CSS Document */
@import url("contact.css");

html, body, #holder {min-height: 100%; width: 100%; height: 100%; background: #ffffff;}
html>body, html>body #holder {height: auto;}
body {margin: 0; padding:0; font-family: Arial, Helvetica, sans-serif; }
#container {
	width: 800px;
	height: auto;
	display: block;
	border-left: 0px #000 solid;
	border-right: 0px #000 solid;
}
#header {
	height: 120px;
	text-align: left;
}