body {
	background-color:#282828; 
	margin:0; 
	padding:0;
}

body#home {
    overflow: hidden;
}


#slideshow {
    clear:both;
    width:100%;
    margin:auto;
    overflow:hidden;
    z-index: 1;
}

#title {
    position: absolute;
    background-color:#000;
    left: 15px;
	top:90px;
    padding:14px 25px 13px 12px;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;	
    font-family: "Helvetica Neue", Helvetica, Arial;
    color: #FFF;
    font-size: 3em;
    font-weight:bold;
    z-index: 2;
}

#descr {
    position: absolute;
    background-color:#000;
    left: 15px;
	top:145px;
    padding:9px 25px 9px 12px;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;	
    font-family: Georgia;
    color: #CCC;
    font-size: 2em;
    font-style: italic;
    z-index: 2;
}

#images img {float:left;}

#wrapper {
    padding-left: 20px;
}


#footer {
    background: #282828 url("../imgs/bg-footer.png") repeat-x scroll left top;
    height: 500px;
}

#footer p {
    padding: 13px 0 0 13px;
    color: #565656;
    font-family: "Helvetica Neue", Helvetica, Arial;
    font-size: 1.1em;
}

