#img1{
display: block;
position: absolute;
width: auto%;
height: 100%;
left: 10%;
top: 0%;
z-index:0;
}

#ul1{
	position: absolute;
	top: 5%;
	width:10%;
	padding: 1%;
	border-style: dotted;
	border-radius: 25px;
	margin:0.5%;
	right: 1%;
	text-align: center;
    list-style-type: none;
	background-color: rgb(200,0,0);
}

#sd1{
position: absolute;
right: 1%;
bottom: 10%;
width: 10%;
padding: 1%;
text-align: center;
}





	
#text1{
width: 50%;
text-align:left;
position: absolute;
top: 110%;
left:15%;
z-index: 1;
text-align:left;
font-size: large;
word-wrap: normal;
}
	

	