/* CSS Document */

body
{
	background: #2c2721 url(blue1.png) repeat-x;
}

#main
{
	margin: auto;
	width: 700px;
	height: 600px;
	background: #fff;
}

#main p
{
	padding: 10px;
}

#rightSide
{
	float: right;
	margin-right: 0px;
	height: 100%;
	width: 100%;
	background: #fff url(blue1.png) repeat-x;
}

#leftSide
{
	float: left;
	height: 100%;
	width: 100%;
	background: #fff url(grey1.png) repeat-x;
	margin-left: 0px;
}