@charset "UTF-8";
/* CSS Document */

body {
	background: url(../images/bkgdPattern.jpg) repeat;
}

#container {
	width:960px;
	margin:30px auto;
}

#container-left {
	width:180px;
	float:left;
	background-color:#666;
}

#container-right {
	width:780px;
	float:right;
	background:url(../images/container-right-bkgd.png);
	height:600px;
}
