*{
	margin:0px;
	padding:0px;
	border:0px;
}
#header{
	background:url('../images/topbg.png') repeat-x;
	height: 45px;
}
#header .title{
	font-family: Helvetica;
	font-weight: bold;		
	padding-top:10px;
	font-size: 20px;
	text-shadow: rgba(0, 0, 0, 0.398438) 0px -1px 0px;
	color:white;
}
body{
	background:url('../images/bg.png');
	min-height: 420px;
}
.clear{
	font-size: 1px;
	clear:both;
}
