a {
	color:#1f94d7;
	text-decoration:underline;
}

a img {
	text-decoration: none;
	border: 0 none;

	}
	
.infobody {

    position:absolute; 
    top: 60%; 
    left: 50%; 
    width:600px; 
    height:500px; 
    margin-top: -250px; /*set to a negative number 1/2 of your height*/ 
    margin-left: -300px; /*set to a negative number 1/2 of your width*/ 
    border: 0px solid #ccc; 
	background-color:#1f94d9; 
	background-repeat:no-repeat;
	padding: 0px;
}

div {
width:700px;
height:500px;
overflow: auto;

}	





