#index-intro {
	padding: 50px 0 0 0;
	width: 210px;
	font-size: 14px;
	line-height:20px;
}

/* Blog
-----------------------------------------------------------------------------*/
.comment{ border:1px solid #333; padding:5px; margin:5px;}
.comment h2{ color:#84C600; border-bottom:border:1px solid #CCC; }

/* Buttons
-----------------------------------------------------------------------------*/
ul#buttons {
	clear: both;
	margin:  0 16px 0 12px;
	display:  block;
	height:  65px;
	width: 800px;
	padding-left: 1px;
	padding-bottom: 15px;
}
ul#buttons li {
	float:  left;	
	text-indent: -2000em;
}
ul#buttons li a#how {
	background:  url(/images/layouts/gkweb/button-how.jpg) top;
	width: 266px;
	height:  65px;
	display:  block;	
}
ul#buttons li a:hover#how, ul#buttons li a#how.selected {
	background-position: 0 65px;
}
ul#buttons li a#check {
	background:  url(/images/layouts/gkweb/button-screen.jpg);
	width: 265px;
	height:  65px;
	display:  block;	
}
ul#buttons li a:hover#check, ul#buttons li a#check.selected {
	background-position: 0 65px;
}
ul#buttons li a#start {
	background:  url(/images/layouts/gkweb/button-why.jpg);
	width: 265px;
	height:  65px;
	display:  block;	
}
ul#buttons li a:hover#start, ul#buttons li a#start.selected  {
	background-position: 0 65px;
}