body
{
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust:none;		  /* Turn off font resizing */
	font-family: Helvetica;
	font-size:10px;
	background: rgb(139,155,168) url('../img/bg.png');
}



#header {
	line-height: 44px;
	/*background-color: rgb(197,204,211);*/
	font-size: 20px;
	font-weight:bold;
	color: white;	 /* Set each label color */
	text-shadow: rgb(76,86,108) 0px -1px 0px;
	text-align: center;
	background: rgb(109,132,162) url('../img/titlebar.png') repeat-x;
}

.row {
	
}