body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(seattle/web-design.jpg);
	background-position: top left;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #1e1e1e;
	overflow: hidden;
}

a img#seattlewebdesign {
	margin: 120px 0 0 0;
	border: none;
}

h1 {
	background-color: #1e1e1e;
	color: #fff;
	margin: 20px 0;
	padding: 10px 0 10px 15px;
	font-size: 22px;
	font-weight: bold;
}

h2.webdesign {
	background-color: #1e1e1e;
	color: #fff;
	margin: 20px 635px 0 0;
	padding: 5px 0 5px 15px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}

h2.designagency {
	background-color: #1e1e1e;
	color: #fff;
	margin: 15px 615px 0 0;
	padding: 5px 0 5px 15px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}

p {
	background-color: #fff;
	color: #1e1e1e;
	display: block;
	padding: 10px 15px 10px 15px;
	font-size: 14px;
	margin: 5px 70px 0 0;
	line-height: 22px;
}

p a {
	text-decoration: underline;
	color: #1e1e1e;
	padding: 2px 3px 3px 3px;
}

p a:hover {
	text-decoration: none;
	background-color: #1e1e1e;
	color: #ffffff;
	padding: 2px 3px 3px 3px;
}

div#webdesign {
	width: 750px;
	height: auto;
}

