p.resizeimage1 img { width: 100%; }
p.resizeimage2 img { width: 100%; }
p.resizeimage3 img { width: 100%; }
p.resizeimage4 img { width: 100%; }
p.resizeimage5 img { width: 100%; }
p.resizeimage6 img { width: 100%; }
p.resizeimage7 img { width: 100%; }
p.resizeimage8 img { width: 100%; }
p.resizeimage9 img { width: 100%; }
p.resizeimage10 img { width: 100%; }
p.resizeimage11 img { width: 100%; }
p.resizeimage12 img { width: 100%; }
p.resizeimage13 img { width: 100%; }
p.resizeimage14 img { width: 100%; }
p.resizeimage15 img { width: 100%; }
p.resizeimage16 img { width: 100%; }
p.resizeimage17 img { width: 100%; }
p.resizeimage18 img { width: 100%; }
p.resizeimage19 img { width: 100%; }
p.resizeimage20 img { width: 100%; }

html{
    height:100%;
}

body{
    height:auto;
	text-align: center;
}

div#container{
    width: 100%;
	top: 0px;
	left: 0;
    position:fixed;
    min-height: 100%;
}

body > #container {
    height: auto;
    overflow: scroll;
	}

div#header {
	top: 5px;
	left: 0px;
	z-index: 5;
	width: 100%;
	position: fixed;
}

#maincontent {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	visibility: visible;
	z-index: 1;
}

#maincontent2 {
	z-index: 1;
    min-height: 100%;
    overflow: auto;  
	visibility: hidden;
}

#maincontent3 {
	position: fixed;
	top: 150px;
	left: 50;
	width: 100%;
	visibility: visible;
	z-index: 5;
}

#footer {
    background-color: #ffffff;
	width: 100%;
	bottom: 0px;
	left: 0px;
	height: 130px;
	position: fixed;
	z-index: 3;
	visibility: visible;
    filter: alpha(opacity=90);
    -moz-opacity:0.9;
    opacity:0.9;
	}
