body {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	margin:0;
	padding:0;
	text-align:center;
}
a {
	text-decoration:none;
}
#wrapper {
	background:url('images/background.gif') repeat-y left;
	text-align:left;
	margin:0 auto;
	width:431px;
}
.linkbox {
	height:116px;
	padding:50px 180px 15px 50px;
	margin:0 0 20px 0;
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
}
.linkbox h1, .linkbox ul {
	margin:0;
	padding:0;
	font-size:11px;
	letter-spacing:-0.5px;
	line-height:11px;
}
.linkbox ul {
	margin:0;
	padding:10px 0 0 20px;
}	
#kite {
	background:url('images/kite-back.gif') no-repeat top left;
	margin-top:20px;
}
#wind {
	background:url('images/wind-back.gif') no-repeat top left;
}
#kayak {
	background:url('images/kayak-back.gif') no-repeat top left;
	margin-bottom:100px;
}
p.button {
	margin:26px 0 0 0;
	position:absolute;
	top:130px;
	padding:10px 0;
}
p.button a {
	background:url('images/button.gif') no-repeat center;
	width:218px;
	height:29px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	padding:22px;	
}
#kite p.button a {
	color:#22E2FF;
}
#wind p.button a {
	color:#8CFF1C;
}
#kayak p.button a {
	color:#FC12FF;
}
#kite p.button a:hover, #wind p.button a:hover, #kayak p.button a:hover {
	color:#FFF;
}