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