/*
	home page specific layout
 */
 

body {
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}

#home {
	position:absolute;
	left:0px;
	top:40%;
	text-align:center;
}


#entrance {
	width:240px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}


#geek {
	width:80px;
	float:left;
	text-align:center;
}


#guy {
	width:80px;
	float:left;
	text-align:center;
}


#dj {
	width:80px;
	float:left;
	text-align:center;
}