@charset "UTF-8";

body {
	background-color: #a7a9ac;
	text-align: center;
	margin: 20px;
	padding: 0px;
	height: 100%;
}

#container {
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	width: 800px;
	box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	padding-bottom: 27px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

a:link    {color: #971E1F;
	text-decoration: none;
	}
	
a:visited {color:#6D6E70;
	}
	
a:hover   {color:#A7A9AB;
	}
	
a:active  {color:#000000;
	}
