@charset "utf-8";
/* CSS Document */
body {
	background-color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	margin: 0px auto;
	min-width:790px;
}
#container {
	width: 780px;
	margin: 0 auto;
	text-align:left;
} 
#branding{
	width:780px;
	height:100px;
	background:url(../images/test_banner.png) no-repeat;
}
a{color:#ffffff;}
tr{
	height:40px;
}