/* CSS Document */

body {background-color: #333333;
	  text-color: #CCCCCC;
	  background-image: 
		url("http://www.grillsbydesign.com/_graphics/tiles/tile1Small.jpg");
	  background-repeat: repeat;	
}

.topLeft {background-color: white}
.topRight {background-color: #ffff66}
.bottomLeft {
	background-color:#336699;
	text-align: center;
	vertical-align: top
}
.bottomRight {
	background-color: #666666;
	text-align: center;
	vertical-align: top
}
									