
body{
    margin: 0;
    padding: 0;
    font-family: Tahoma,Geneva,Verdana,sans-serif;
    color: #333;
    background: #FFF;
    font-size: 14px;
}
a, a:link, a:visited {
    outline: none;
    color: #d8592a;
    text-decoration: none;
}
a:hover, a:active {
    text-decoration:underline;
}
img { border: none; }
div, h1, h2, h3, h4, h5, h6, form {
    margin:0;
}
body #hellobar-wrapper{
    z-index: 20;
}
#wrapper{
    position: relative;
    min-width: 980px;
}
.container {
    position:relative;
    overflow:hidden;
    width:100%;
    padding:0;
    margin:0;
}


#attend.sectionWrapper{
    width: 100%;
    height: 630px;
    margin: 20px auto;
    background: #daab70 url('images/attend_bg.jpg') no-repeat center 0; 
    margin-bottom: 20px;
}

#attend .section{
    height: 829px;
    width: 1200px;
    padding-top: 0px;
    padding-left: 24px;
}

	#note {
		height: 69px;
		color: white;
		position: absolute;
		z-index: 101;
		top: -100px;
		left: 0;
		right: 0;
		background: url(images/01.jpg) repeat-x 100px 0px;
		text-align: center;
		line-height: 2.5;
		overflow: hidden;
		-webkit-box-shadow: 0 0 5px black;
		-moz-box-shadow:    0 0 5px black;
		box-shadow:         0 0 5px black;
	}
	
#benefits {
      background: url(images/02.jpg);
      height: 233px;
      width: 983px;
      margin: 0px auto;
}
	

#slideshow {
	background: red;
	position: relative;
    height:345px;
    width: 230px;
    top:0px;
    left: 40px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}