body, html {
  padding: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  color: #63625d;
  font-family: Arial;
  background-color: #000;
  background-image: url('../../images/layout/global/background.jpg');
  background-position: top center;
  background-repeat: repeat;
  
}

body {
  padding: 0;
  min-width: 1040px;
  font-size: 18px;
  
}

#intro {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url('../../images/ei.png');
  background-position: center;
  background-repeat: no-repeat;
}

#intro-signup {
  margin-left: 160px;
  margin-top: 80px;
  display: block;
  width: 288px;
  height: 73px;
  background-position: bottom;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url('../../images/signup.png');
}

#intro-more {
  margin-left: -120px;
  margin-top: 80px;
  display: block;
  width: 255px;
  height: 73px;
  background-position: bottom;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url('../../images/more.png');
}

#site {
  padding: 0;
  margin: auto;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  background-image: url('../../images/layout/global/background-top.jpg');
  background-position: top center;
  background-repeat: repeat-x;
  
}

* html #site {
  height: 100%;
  
}

#notification {
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #000;
}

#notification p {
  margin: 0;
  padding: 13px 0 13px 0;
  text-align: center;
  font-size: 13px;
  width: 100%;
  color: #fff;
}

#body {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  background-image: url('../../images/layout/global/background.jpg');
  background-position: top center;
  background-repeat: repeat;
}

#header {
  margin: 0 auto;
  padding: 20px 0 50px 0;
  width: 960px;
  height: 240px;
  overflow: hidden;
  
}

#logo {
  margin: 0;
  padding: 0;
  width: 420px;
  height: 240px;
  overflow: hidden;
  display: block;
  float: left;
  background-image: url('../../images/layout/global/header-logo.png');
  background-position: top;
  background-repeat: no-repeat;
  
}

#logo:hover {
  background-position: bottom;
  
}

#logo img {
  display: none;
  
}

#egg {
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left:-240px;
  
}

#social {
  margin: 210px 15px 0 15px;
  padding: 0;
  width: 446px;
  height: 30px;
  overflow: hidden;
  float: right;

}

#search {
  margin: 0;
  padding: 0;
  width: 333px;
  height: 30px;
  overflow: hidden;
  float: left;
  background-image: url('../../images/layout/global/search.png');
  background-position: top left;
  background-repeat: no-repeat;

}

#search .submit {
  margin: 1px;
  padding: 0;
  width: 28px;
  height: 28px;
  overflow: hidden;
  float: left;
  cursor: pointer;
  color: transparent;
  font-size: 0px;
  background: none;
  border: none;

}

#search .input {
  margin: 7px 0 0 0;
  padding: 0;
  width: 292px;
  height: 16px;
  overflow: hidden;
  float: left;
  color: #000;
  font-size: 12px;
  font-family: Arial;
  background: none;
  border: none;

}

#search .clear {
  margin: 1px;
  padding: 0;
  width: 28px;
  height: 28px;
  overflow: hidden;
  display: none;
  float: right;
  cursor: pointer;
  color: transparent;
  font-size: 0px;
  background: none;
  border: none;

}

.social {
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  overflow: hidden;
  display: block;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  
}

.social img {
  display: none;
  
}

#hyves {
  margin-left: 8px;
  margin-right: 8px;
  background-image: url('../../images/layout/global/social-hyves.png');
  
}

#twitter {
  margin-right: 7px;
  background-image: url('../../images/layout/global/social-twitter.png');
  
}

#facebook {
  background-image: url('../../images/layout/global/social-facebook.png');
  
}

#navigation {
  margin: 11px auto 0 auto;
  padding: 0;
  width: 1020px;
  height: 20px;

}

#navigation a {
  margin: 0 12px;
  padding: 0;
  height: 20px;
  overflow: hidden;
  display: block;
  float: left;
  background-position: top left;
  background-repeat: no-repeat;

}

#navigation a:hover {
  background-position: bottom left;

}

#navigation span {
  display: none;
  
}

#navigation #home {
  margin-left: 0px;
  width: 78px;
  background-image: url('../../images/layout/global/navigation-home.png');
  
}

#navigation #about {
  width: 151px;
  background-image: url('../../images/layout/global/navigation-about.png');
  
}

#navigation #agenda {
  width: 106px;
  background-image: url('../../images/layout/global/navigation-agenda.png');
  
}

#navigation #photos {
  width: 83px;
  background-image: url('../../images/layout/global/navigation-photos2.png');
  
}

#navigation #guestbook {
  width: 156px;
  background-image: url('../../images/layout/global/navigation-guestbook.png');
  
}

#navigation #links {
  width: 192px;
  background-image: url('../../images/layout/global/navigation-sponsors.png');
  
}

#navigation #contact {
  margin-left: 13px;
  margin-right: 0px;
  width: 106px;
  background-image: url('../../images/layout/global/navigation-contact.png');

}

.content {
  margin: auto;
  padding: 0;
  position: relative;
  width: 960px; 
  overflow: hidden;

}

.top-left {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  background-position: top left;
  background-repeat: repeat;

}

.top-right {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  background-position: top right;
  background-repeat: repeat;

}

.left {
  margin-bottom: -10000px;
  padding-bottom: 10000px;
  width: 50px; 
  overflow: hidden;
  float: left;
  background-position: top left;
  background-repeat: repeat-y;

}

.right {
  margin-bottom: -10000px;
  padding-bottom: 10000px;
  width: 50px; 
  overflow: hidden;
  float: left;
  background-position: top right;
  background-repeat: repeat-y;

}

.top {
  margin: auto;
  padding: 0;
  width: 860px;
  height: 44px;
  overflow: hidden;
  background-position: top;
  background-repeat: repeat-x;
  
}

.center {
  margin: auto;
  padding: 0;
  width: 860px;
  overflow: hidden;
  background-position: bottom;
  background-repeat: repeat-x;
  
}

.bottom {
  margin: auto;
  padding: 0;
  width: 860px;
  height: 73px;
  overflow: hidden;
  background-position: bottom;
  background-repeat: repeat-x;
  
}

.middle {
  margin: auto;
  padding: 0;
  width: 860px; 
  overflow: hidden;
  float: left;

}

.bottom-left {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50px;
  background-position: bottom left;
  background-repeat: repeat;

}

.bottom-right {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 50px;
  background-position: bottom right;
  background-repeat: repeat;

}

#footer {
  margin: auto;
  width: 480px;
  height: 28px;
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url('../../images/layout/global/footer.png');
  
}

#footer:hover {
  background-position: bottom center;

}

#footer span {
  display: none;
  
}

#signup {
  margin: auto;
  width: 239px;
  height: 126px;
  display: block;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-image: url('../../images/layout/signup/signup.png');
}
  
img {
  border: 0;

}

a {
  color: #4baad6;
  text-decoration: none;
  border: 0;
  
}

a:hover {
  text-decoration: underline;
  
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;

}

legend {
  display: none;

}		
