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(bgMSN.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:350px;
}

div#content {
	width:600px;
	margin:260px 0 10px 170px;
	min-height:500px;
	_height:500px
}

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