html,body{margin:0;padding:0}
body{font: 76% arial,sans-serif;text-align:center;background:#eef3fa;}

div#container{
	width:1000px;
	margin:0 auto;
	text-align:left;
	border:2px solid #ccc;
	border-top:0px;	
	border-bottom:0px;
	background:#fff;
}

div#content{float:left;width:680px}
div#navigation{float:right;width:285px}
div#extra{clear:both;width:100%}
