

html
{
	height:100%;
}

body
{
	margin:0;
	height:100%;
	text-align:center;
}

#all
{
	background: url("res/bg1.jpg") #4bb8bf fixed bottom left no-repeat;
	min-height:100%;
	height: auto;
}

#fwaSot
{
	background-image: url(res/DayTopLeft.png);
	background-repeat: repeat-none;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
}

/*IE6 Only Hack */
* html #all { height: 100%; }

#content
{
	margin:0 auto auto auto;
	width:730px;
	padding-top:50px;
	text-align:left;
}


#main
{
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	display:block;
	float:left;
	width:730px;
	height:480px;
}



