/* Body form */
body {
	font-family: Arial;
	color: #000000;
	font-weight: normal;
	font-size: 1em;
   background-image:url('/../img/header.png');
   background-repeat:repeat;
   background-repeat:repeat-x;
}
#btn:hover {
    border: none;
    background:red;
    box-shadow: 0px 0px 1px #777;
}