html,body{
	margin:0;
	padding:0;
	height:100%;
	font-family:verdana;
	font-size:9pt;
}
html{
	background:#C8FFA7 url("../images/zikes_background.png") repeat-x top center;
	text-align:center;
}
body{
	width:1000px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
#BigEmote{
	width:317px;
	height:295px;
	background:url("../images/zikes_emote.png") no-repeat center center;
	position:absolute;
	left:20px;
	top:100px;
}
#BigText{
	width:603px;
	height:247px;
	text-indent:-1000px;
	overflow:hidden;
	background:url("../images/header_text.png") no-repeat center center;
	position:absolute;
	right:80px;
	top:120px;
}
#BigLink{
	display:block;
	width:742px;
	height:69px;
	text-indent:-1000px;
	overflow:hidden;
	background:url("../images/follow_zikes.png") no-repeat center center;
	position:absolute;
	top:400px;
	left:129px;
}
#FollowZikes, #ZikesOndA{
	display:block;
	width:179px;
	height:64px;
	line-height:64px;
	background:url("../images/zikes_button.png") no-repeat center center;
	text-align:center;
	text-decoration:none;
	color:#063c03;
	position:absolute;
	top:490px;
}
#FollowZikes{
	left:326px;
}
#ZikesOndA{
	left:545px;
}