body {
	background: url(images/wl_and_twitter.gif) top center no-repeat #fff;
	margin: 0 auto;
	padding: 0 0 100px 0;
	text-shadow: #000 0px 0px;
	color: #616161;
	font-family: Georgia, serif;
	font-size: 18px; line-height: 24px;
}

p { margin: 0; }

a { color: #5fcae1; text-decoration: none; cursor: pointer; }

#wrapper {
	padding-top: 100px;
	margin: 0 auto;
	width: 700px;
}
	
	h1 {
		text-indent: -9999px;
	}

	p.first {
		background: url(images/1.gif) top left no-repeat;
		padding: 5px 0 0 70px;
	}
	
	img { margin: 15px 0 0 0; }
	
	p.second {
		margin-top: 30px;
		background: url(images/2.gif) top left no-repeat;
		padding: 5px 0 0 70px;
	}
	
	p.third {
		margin-top: 30px;
		background: url(images/3.gif) top left no-repeat;
		padding: 5px 0 10px 70px;
	}
	
		.table {
			margin: 5px 0 0 70px;
			color: #34606a;
			border: #b2e6ef 1px solid;
			width: 582px;
			font-size: 14px;
		}
		
			td.body {
				border-right: #e0f5f9 1px solid;
				font-weight: bold;
				padding: 3px 8px;
				color: #34606a;
				vertical-align: top;
			}
		
			.head {
				color: #508f9c;
				font-size: 18px;
				height: 40px;
				background: #effafc;
				border-bottom: #e0f5f9 1px solid;
			}
			
			.table span { text-align: center; }
			
				.command {
					width: 100px;
					padding: 3px 10px;
					border-right: #e0f5f9 1px solid;
				}
				
				.example {
					padding: 3px 10px;
				}
				
			.description {
				padding: 4px 10px;
			}
			
			.table .first {
				border-bottom: #e0f5f9 1px solid;
			}