body{
	margin:0;
	padding:0;
	
	background:url(gfx/background.png) repeat-x #FFFFFF;
	
	text-align:center;
	
	font-family:arial, verdana;
	font-size:12px;
	letter-spacing:0.1em;
	
	min-width:1000px;
}

div#container{
	margin:0 auto;
	width:1000px;
	text-align:left;
}

table.container{
	width:1000px;
}

td.logo{
	background:url(gfx/logo01.jpg) no-repeat;
	width:1000px;
	height:175px;
}

td.topmenu{
	background:#C11406;
	width:1000px;
	height:40px;
}

td.menu{
	width:190px;
	margin:5px;
}

td.content{
	width:580px;
	margin:5px;
}
