body {
	background-image : url(patern.jpg);
	background-repeat : repeat-x . repeat-y;
}


table {
	padding : 0px;
	margin : 0px;
	width : 100%;
	height : 100%;
}

table.midmenu {
	width : 600px;
	height: 400px;
	background-image : url(main.jpg);
	background-repeat : no-repeat;	
	padding : 0px;
	margin : 0px;
}

td.mid {
	width : 600px;
	vertical-align: top;
	background-color: #333333;
}

tr.up {
	height : 60px;
}

tr.mid {
	height : 700px;
}

tr.midhead {
	height : 120px;
	font-size : 0px;
}

tr.midmenu {
	height : 30px;
	font-size : 12px;
}