#container{
	width: 779px;
	height: 780px;
	margin: auto;
}

#container #top{
	height: 93px;
	width: inherit;
}

#container #middle{
	width: inherit;
	height: 664px;
}

/* top children */

#top #topnav{
	height: 20px;
	width: inherit;
	clear: both;
}

#top #banner{
	height: 71px;
	width: inherit;
	clear: both;
}

/* middle children */

#main,#quiz_body{
	height: 663px;
	width: 583px;
	float: left;
	background:#FFF;
}

#quiz_body #quiz_banner{
	height: 381px;
}

#middle #menu{
	float: right;
	height: 664px;
	width: 194px;
}

#middle #menu #menu_top{
	background: url(../_img/menu.jpg) top left no-repeat;
	width: inherit;
	height: 379px;
}

#menu #menu_bottom{
	width: inherit;
	height: 285px;
}