body{
font-size:130%;
}

html>body #header{
background-image: url(../images/blue_bg.png);
position: relative;
top: -32px
}

html>body #content{
	   height: auto;
		margin-top: 153px;
		min-height: 500px;
		top: -10px;
}

