body{ background: url('images/bkg.jpg');font-family: 'Cairo', sans-serif; }
#main{ background: #fff; width: 90%; margin: auto; min-height: 700px; 	 }
#logo{ margin: 20px 0 0 20px; }
header{ border-bottom: solid 2px #dc1a34;  }

#Content{width: 90%; margin: auto;  padding-bottom: 10px;
-webkit-border-top-left-radius: 9px;
-webkit-border-top-right-radius: 9px;
-moz-border-radius-topleft: 9px;
-moz-border-radius-topright: 9px;
border-top-left-radius: 9px;
border-top-right-radius: 9px;
overflow: hidden;

-webkit-box-shadow: 10px 10px 91px -38px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 91px -38px rgba(0,0,0,0.75);
box-shadow: 10px 10px 91px -38px rgba(0,0,0,0.75);

background: rgb(254,253,253);
background: radial-gradient(circle, rgba(254,253,253,1) 0%, rgba(228,223,223,1) 100%);

margin-top: 20px;
text-align: center;
}

#Content h1{ background: #4b4b4d; border-bottom: solid 1px #000; 
	font-size: 20px; color: #ffff; padding: 5px; margin: 0px;  }

table{ margin: auto;  text-align: left;}
h2{margin: 0px; font-size: 13px;}

.clear{ clear: both;width: 100%; }
.hidden{ display: none;visibility: hidden; }
.red{ color: #f00; }