body, div {
  font-family:'Times New Roman', 'Arial Narrow';
  font-size:18px;
  color:#555;
  text-align:center;
  text-decoration:none;
  font-weight:bold;
  margin:0 auto;
  }

body#background {
  background-image:url('/images/bg-red.jpg');
  background-repeat:repeat;
  background-attachment:fixed;
  padding:0;
  }

div#wrapper {
  width:800px;
  margin:10px auto;
  padding-top:15px;
  background-color:#FFF;
  background-image:url('/images/Seagulls-Restaurant.jpg');
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:50% 90%;
  box-shadow:5px 0 5px #000, -5px 0 5px #000;
  }

a:link, a:visited {
  color:#555;
  text-decoration:none;
  }

a:hover {
  color:#C00;
  text-decoration:none;
  }

h1 {
  font-size:36px;
  }

h2 {
  font-size:24px;
  }

.txt1 {
  font-size:10px;
  text-decoration:none;
  }

img {
  border-style:none;
  border:0;
  }

.pic {
  border:ridge #FC3 3px;
  height:240px;
  width:320px;
  }

.round h1, .round h2, .round p {
  margin:0 10px;
  padding:0;
  }

.round {
  display:block;
  width:300px;
  text-align:center;
  }

.round1 {
  background:#FB7;
  display:block;
  line-height:1px;
  overflow:hidden;
  height:1px;
  margin:0 1px;
  }

.round2 {
  background:#FB7;
  display:block;
  line-height:1px;
  overflow:hidden;
  height:1px;
  margin:0 2px;
  }

.round3 {
  background:#FB7;
  display:block;
  line-height:1px;
  overflow:hidden;
  height:1px;
  margin:0 3px;
  }

.content {
  background:#FB7;
  padding:2px 0;
  }

