
#textbox  /*   a box for text(messege) */   { background-color: #223802; position: relative; width: 800px ; height: 410px; padding-top: 50px; }
#messege  /* text in here */      { color: #f1f2c2; font-size: small; text-align: right; padding-left: 50px; width: 730px; height: 360px }
#backgroundlogo /*  logo  */   { background-image: url(../images/bg_img/webbglogo.jpg); width: 800px; height: 140px }
a { color: #f1f2c2; text-decoration: none; }
a:visited { color: #f1f2c2; }
a:hover { color: #316102; background-color: #f1f2c2; }

