html, body {margin: 0; padding: 0; background-color: #cbdfef; background-image: url('background.png'); background-repeat: repeat-y; background-position: center top; }

#imSite {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
}
#imHeader {height: 194px; background-color: #FFFFFF; background-image: url('top.jpg'); background-repeat: no-repeat; }
#imContent {
	overflow: hidden;
	background-color: #FFFFFF;
}

#Footer {
	height: 40px;
    width: 100%;
}

#imFooter {
	background-image: url('bottom.jpg');
	background-repeat: no-repeat;
	height: 24px;
	background-color: #09F;
	clear: left;
    width: 100%;
	margin-top: -32px;
}
