@import url("reset.css");
body {
 background-image:url('images/bg.jpg');
  background-repeat:no-repeat;
 background-color: rgb(0, 46, 77);
color: rgb(0, 46, 77);
font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-align: left;
    text-decoration: none;
    font-size: 10pt;
    line-height: normal;
}

a { 
color: #ec2706
}

h1 {
position: absolute;
width: 877px;
height: 174px;
z-index: 4;
}

#logo {
position : absolute;
  left : 80px;
  top: 25px;
  width : 438px;
  z-index: 5;

}
ul#navigation {position: relative;z-index: 2px;top: 160px;list-style: none;}ul#navigation a {display: block;width: 179px;height: 50px;text-indent: -9999px;}

#nav_location {
background: url(images/location.jpg) no-repeat;
}

#nav_registration {
background: url(images/registration.jpg) no-repeat;
}

#nav_events {
background: url(images/events.jpg) no-repeat;
}

#nav_guests {
background: url(images/guests.jpg) no-repeat;
}

#nav_contact {
background: url(images/contact.jpg) no-repeat;
}

#nav_volunteers {
background: url(images/volunteer.jpg) no-repeat;
}

#nav_forums {
background: url(images/forums.jpg) no-repeat;
}

ul#social {position: relative;z-index: 3;top: 160px;
padding-left: 18px;list-style: none;}ul#social a {display: block;width: 50px;height: 60px;text-indent: -9999px;}

#social li
{
float: left;
margin: 0 0.08em;
} 

#nav_myspace {
background: url(images/icon_myspace.jpg) no-repeat;
}
#nav_twitter {
background: url(images/icon_twitter.jpg) no-repeat;
}
#nav_facebook {
background: url(images/icon_facebook.jpg) no-repeat;
}

#tweet {
position: absolute;
left: 844px;
top: 380px;
width: 200px;
height: 250px;
z-index: 7;
}

#display {
position: absolute;
padding: 20px;
left: 199px;
top: 150px;
width: 582px;
min-height: 600px;
height: auto !important;
height: 600px;
background: url(images/boxbg.jpg) repeat-y;
z-index: 6;
}

img.floatLeft { 
    float: left; 
    margin-right: 10px; 
