body {
	background-color:#ffffcc;
	
}
* {
    margin: 0;
    padding: 0;
	border: 0;
}
#page {
    background-color: #ffffcc;
    margin-top: 10px;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	height: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;	
	z-index: 1;
}
