*{
	margin: 0;
	padding: 0;
}

body {
	background-color: #CCCCCC;
	}
		
p.rounded {	
	color: black;
	background: url(Assets/left_top.gif) top left no-repeat #DDDDDD;
	margin: 0 0 20px 0; 
		}
		
p span {
	display: block; 
	background: url(Assets/right_top.gif) top right no-repeat;
	}
		
p span span {
	background: url(Assets/right_bottom.gif) bottom right no-repeat;
	}
		
p span span span {
	padding: 1em;
	min-height: 1px; 
	background: url(Assets/left_bottom.gif) bottom left no-repeat;
		}
* html p span span span {
		height: 1px; 
		}
		
		p#two {
			width: 66%;
		}
		
		p#three {
			width: 33%;
		}