img { 
width:100%;
height:auto;
}



#header_sv
{
	position: fixed;
	width: 34%;
	top: 0;
	left: 66%;
	opacity: 1;
	z-index:3;
}



#foot
{
	position: fixed;
	bottom: 1%;
	left: 70%;
    width: 100%;
	opacity: 1;
	z-index:2;
	font-family: courier;
	font-size: 13;
	letter-spacing: 2.4; 
	color: white;
}


#imagesleft
{
	width: 66%;
  	float: left;
  	top: 0;
  	left:0;
	z-index:1;
	opacity: 0.9;
	overflow: hidden;



}

#imagesright
{
	width: 66%;
  	float: left;
    left: 50%;
    top: 0;
	overflow: hidden;
	z-index:1;
    opacity: 0.9;

}

