* { margin: 0; padding: 0; }
body { background: url("../images/bg.jpg") repeat-x; }
#wrapper { margin: 0 auto; width: 960px; display: block; position: relative; }
#unsemantic-mockup 
	{ 
	width: 960px; height: 2600px; display: block;
	background: url("../images/mockup.jpg") top left no-repeat;
	}
#left-unsemantic-bg 
	{
	width: 320px; height: 2600px;
	position: absolute; top: 0; left: -320px;
 	background: url("../images/left-bg.jpg") top left no-repeat; 
	}
#right-unsemantic-bg 
	{
	width: 20px; height: 2600px;
	position: absolute; top: 0; right: -20px;
 	background: url("../images/right-bg.jpg") no-repeat; 
	}