/*** 
set the width and height to match your images 
**/

#slideshow {
    position:relative;
    height:350px;
	z-index:-1;
}

#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;
}

#slideshow img {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
			
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
			
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
		
@media screen and (max-width: 1024px){
	img.bg {
	left: 50%;
	margin-left: -512px; 
}
}
		

p { 
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	margin: 0 0 10px 0; 
	color: #000;
}

#content {
	background: url(images/80.png) repeat; 
	padding: 40px 20px 20px 20px;
	width:500px;
	height:600px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-300px 0 0 -250px;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

#content h1 {
	text-transform: uppercase;
	font-family: 'Arial';
	font-size: 16px;
	color: #000;
	text-align: center;
	padding: 30px 0 20px 0;
}

<style type="text/css">
html, body {
	margin: 0;
}

a:link {color: #333333; text-decoration:none;}
a:visited {color: #333333; text-decoration:none;}
a:hover {color: #666666; text-decoration: none;}
a:active {color: #333333; text-decoration: none;}

.form_input {width:500px; font-size: 12px; display: block; background: #FFF; border: none; padding:3px 0 3px 3px; overflow:hidden;}
.form_button {margin:0 0 10px 0; padding:4px 7px; background: #333; border:0px; position: relative; top:4px; width:80px; border: none; cursor: pointer; color: #ffffff;}



