BODY, TABLE, P {font-family: "veranda","veranda"; color: black; font-size: 12px }
A:link {text-decoration: underline; color: #003399}
A:active {text-decoration: underline; color: #990000}
A:visited {text-decoration: underline; color: #0066FF}
A:hover {text-decoration: underline; color: #FF0000}




 div#withBackground {
        background-image: url('images/Superstore/Photos/NewFrontPage.jpg');
        background-repeat: no-repeat;
		height:416px;
		display:block;
		width:503;
		-moz-border-radius-topright:15px; 
		-webkit-border-top-left-radius: 15px; 
    }

div#wrapper {
	 background:none no-repeat;
	 height:416px;
	 display:block;
	 width:503px;
	 border:none;
 }

