body {
	background-color: white;
	background: url(bgGradient.gif) repeat-x top;
	margin:0;
	padding:0;
}

div {
	text-align:right;
}

div#page {
	width:785px;
	background: url(bgMSN728.gif) no-repeat top;
	margin:0 auto;
	padding:1px;
	text-align:left;
}

div#header {
	border:2px solid red;
	width:750px;
	height:30px;
}

div#menu {
	border:2px solid green;
	width:200px;
	float:left; 
	margin:10px 0 10px 5px;
	height:600px;
}

div#content {
	width:728px;
	margin:8px 0 10px 28px;
	min-height:800px;
	_height:800px
}

div#footer {
	border:2px solid red;
	width:750px;
	height:30px;
}