/* CSS Document */
body {
  margin: 0;
	padding: 0;
	background-color: #007A3D;
}

#wrapper {
background-image: url(../images/bricks.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width:800px;
	 margin:0 auto;
	 text-align:center;
	 }


p.copyright{
   font: 9px 'arial',helvetica,sans-serif;
   font-weight:normal;
}


input{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:small;
   font-weight:bold;}

a:link		{ color: #dedede; text-decoration: none; }

a:visited	{ color: #dedede; text-decoration: none; }

a:active	{ color: #dedede; text-decoration: none; }

a:hover		{ color: #ffffff; text-decoration: underline; }
