body {	background-color: white;	border: 0;	margin: 0;	padding: 0;}#box {	position: absolute;	left: 50%;	top: 50%;	width:750px;	height:430px;	margin-left: -375px;	margin-top: -215px;	background-color: red;}#body-nav {	background-image: url("img/body-nav.gif");	background-repeat : no-repeat;	background-position : top;}#body-33 {	background-image: url("img/body-33.gif");	background-repeat : no-repeat;	background-position : left;}#body-txt {	background-image: url("img/body-txt.gif");	background-repeat : no-repeat;	background-position : left;	padding: 20px;}p {	font: normal 11px/22px verdana, helvetica, sans-serif;	color: white;}a {	color: orange;}
