
 body
	{
	background-color: #f8f8f8;
	}

 #root
	{
	position: relative;
	width: 80%;
	max-width: 700px;
	margin: 50px auto 0 auto;
	padding: 50px 100px 20px 100px;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 10px;
	box-shadow: 2px 2px 10px #eeeeee;
	}

 #root p
	{
	margin: 24px 0;
	}

 #root hr
	{
	border: none;
	border-top: 1px solid #cccccc;
	}

 #logo
	{
	margin-bottom: 60px;
	text-align: center;
	}

 #logo img
	{
	width: 200px;
	}

 .header1
	{
	margin-bottom: 7px;
	font-size: 20px;
	font-family: "Tahoma";
	color: #505050;
	text-align: center;
	}

 .header2
	{
	display: none;
	font-size: 14px;
	font-family: "Tahoma";
	text-align: center;
	}
