*, html {
  margin: 0px;
  padding: 0px;
  font-family: 'Arial';
}

body {
  background-color: rgb(200,200,255);
  margin: 15px;
  font-size:10pt;
}

#attract {
  width:1024px;
  background-image:url(/images/fullsize/avenue_banner.png);
  padding:0px;
  height:181px;
  margin:0px;
}
      
#transparent_back{
  position:absolute;
  margin-left:700px;
  margin-top:30px;
  margin-bottom:0px;
  width:250px;
  height:130px;
  opacity: 0.7; 
  background-color:black;
  color:white;
  z-index:2;
  filter: alpha(opacity = 70);
}

#attract_content{
  position:absolute; 
  margin-left: 700px;
  margin-top:50px;
  width:250px;
  height:130px;
  background-color:transparent;
  font-size:12pt;
  color:white;
  z-index:3;
  cursor:pointer;
  cursor:hand;
}

#header{
  width:1024px;
  margin:auto;
  padding:0px;
  height:72px;
  background-image:url(/images/fullsize/logo.png);
  background-repeat:no-repeat;
  background-color:blue;
}

#tag{
  position:absolute;
  margin-left:410px;
  margin-top:10px; 
  width:590px;
  height:72px;
  background-color:transparent;
  color:white;
  z-index:1;
  padding:0px;
  vertical-align:middle;
}

#country{
  position:absolute;
  margin-left:410px;
  margin-top:30px; 
  width:550px;
  height:72px;
  background-color:transparent;
  color:white;
  z-index:1;
  padding:0px;
  vertical-align:middle;
}

.list_nav{
  list-style-type:none;
  margin-left:none;
  padding-left:none;
}

.list_nav_item{
  width:130px;
  float:left;
  text-align: center;
}

.list_nav a{
  color: white;
  font-weight: bold;
  text-decoration: none;
}

#about{
  font-size: 10pt;
}

#about p{
  margin-top:10px;
  font-size:10pt;
}

#offers{
  margin-top:10px;
  margin-right:10px;
  width:350px;
  float:right;
  background-color:yellow;
  font-size:10pt;
}
