html,body {
     margin: 0px;
     height: 100%;
     background-color: #606060;
     background-image: url("bg.jpg");
     background-repeat: repeat-x; 
     background-position: 0px 0px;
     line-height: 8px;
}

table.master {
     height: 100%;
     width: 100%;
}

table.master td {
     	height: 100%;
	padding: 0px;
}

table.inner { 
     border: 0px double #000;
     margin: 0px;
     padding: 0px;
}

table.inner td {
	margin: 0px;
	padding: 0px;
}

td.blue_cell {
	width: 74px;
	height: 40px;
	background-color: #00173a;
}

td.menu {
	width: 360px;
}

td.bottom_curve_fragment {
	width: 74px;
}

table.inner td.content {
	text-align: left;
	padding-left: 0px;
	height: 265px;
	background-color: white;
}


