html {
	/* cf. http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-even-better */
	height: 100%;
	margin-bottom: 1px;
}

body {
	background: #C7C7C7;
	color: #404040;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	min-width: 800px;
}

#header {
	background: url('images/header.png');
	height: 135px;
	margin: 20px auto 0 auto;
	padding: 0;
	width: 850px;
}

	#header #logo {
		padding: 25px 25px 25px 50px;
		width: 200px;
	}
	
	#header ul {
		float: right;
		font-size: 2em;
		letter-spacing: -1px;
		list-style-type: none;
		padding: 50px;
	}
		#header ul li {
			display: inline;
			margin-left: 5px;
		}

#main_image {
	background: url('main_image.png') no-repeat;
	height: 325px;
	font-size: 45px;
	margin: 0 auto;
	padding: 75px 0 0 300px;
	width: 600px;
}

	#main_image * {
		margin: 0;
		text-shadow: 5px 5px 80px #CCC;
	}
	
	#main_image h2 {
		color: #00A651;
		margin-top: 20px;
	}
	
	#main_image h1 {
		margin-top: -20px;
		color: #006838;
	}

#body {
	background: #EEE url('images/body_bg.jpg') repeat-x;
	border: 1px #EEE solid;
	margin: 0 auto;
	min-height: 300px;
	padding: 20px;
	width: 858px;
}
	#body h1 {
		font-size: 2.8em;
		font-weight: normal;
		letter-spacing: -2px;
		padding-bottom: 20px;
	}

	#body #about {
		float: left;
		width: 70%;
	}
	
		#body #about .point {
			padding-left: 110px;
			min-height: 110px;
		}
		
		#body #about h2 {
			color: #006838;
		}
		
		#body #about #more {
			background: url('more.png') no-repeat left center;
		}
	
		#body #about #spin {
			background: url('icon_spin.png') no-repeat left center;
		}
		
		#body #about #efficient {
			background: url('efficient.png') no-repeat left center;
		}
		
		#body #about .small_print {
			font-size: 10px;
		}
		

	#body #side {
		float: right;
		min-height: 300px;
		padding-left: 20px;
		width: 25%;
	}
		
		#body #side #screenshots img {
			float: left;
			padding: 5px;
			width: 60px;
		}

#footer {
	background: #777 url('images/footer_bg.jpg') repeat-x;
	color: #DDD;
	margin: 0px auto;
	padding: 10px;
	width: 800px;
}
	#footer #contact {
		font-size: 14px;
	}
	
	#footer #contact p {
		margin: 5px;
	}

	#footer #contact label {
		display: block;
	}

	#footer #contact input {
		font-size: 18px;
		width: 230px;
	}
	
		#footer #contact input.submit {
			background: #AAA;
			border: none;
			cursor: pointer;
		}
	
		#footer #contact input.submit:hover {
			background: #DDD;
		}

/* Anchor Links */

a { 
	color: #444;
	text-decoration: none; 
}

a:hover {
	color: #777;
}

/* Global Settings */

img {
	border: none;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}
