html, body {
	width:100%;
	height:100%;
	margin:0;
}

body {
	background-color:#4C4A4A;
	font-family:verdana,calibri, arial, helvetica, sans-serif;
	font-size:11pt;
	color:#000;
}

#container {
	width:715px;
	padding:60px;
	background-color:#e0a800;
	border:none;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-417px;
}

h1, h2 {
	font-size: 13pt;
	font-weight:normal;
}

a {
	color:#000;
	text-decoration:none;
}