@charset "ISO-8859-1";
      #outer {
        position: absolute;
        top: 50%;
        left: 0px;
        width: 100%;
        height: 1px;
        overflow: visible;
      }
body {
	background-color: #1272BB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
       
      #inner {
	width: 900px;
	height: 600px;
	margin-left: -450px;
	position: absolute;
	top: -300px;
	left: 50%;
	background-color: #FFFFFF;
      }
    #outer #inner img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
img
{  border-style: none;
}
