
/* CSS Document */
body {
	background: url(http://webdev.usc.edu/itp204/lecture_examples/bgblue.jpg) 100% 100% no-repeat fixed;;
}

#main {
	background-color: lightsteelblue;
	width: 500px;
	height: 250px;
}

