/* choo.css - The style sheet that drives the BuckoSoft home page.
 * $Id$
 */
#roundhouse {
	position:		absolute;
	width:          300px;
	height:			140px;
	left:			0px;
	top:			80px;
}
#gallery {
	position:		absolute;
	width:          260px;
	height:			165px;
	left:			538px;
	top:			94px;
}
#personal {
	position:		absolute;
	width:          140px;
	height:			112px;
	left:			553px;
	top:			487px;
}
#free {
	position:		absolute;
	width:          120px;
	height:			50px;
	left:			90px;
	top:			536px;
}
#xpilot {
	position:		absolute;
	width:          82px;
	height:			50px;
	left:			48px;
	top:			475px;
}
#marchive {
	position:		absolute;
	width:			96px;
	height:			48px;
	left:			62px;
	top:			425px;
}
#etc {
	position:		absolute;
	width:          112px;
	height:			68px;
	left:			639px;
	top:			267px;
}
#pinball {
	position:		absolute;
	width:          226px;
	height:			96px;
	left:			397px;
	top:			296px;
}
#harbor {
	position:		absolute;
	width:          212px;
	height:			258px;
	left:			588px;
	top:			342px;
}
#speedup {
	position:		absolute;
	width:          32px;
	height:			31px;
	left:			0px;
	top:			538px;
}
#speeddn {
	position:		absolute;
	width:          32px;
	height:			31px;
	left:			0px;
	top:			569px;
}
#mainChoo {
	position:       relative;
	width:			800;
	height:			600;
}
#loco {
	position:       absolute;
	width:          100px;
	height:			100px;
	left:			100px;
	top:			-200px;
}
@media (max-width: 700px) {
	div#mainChoo { display: none !important; }
	h1.h1phone { display: block !important;   text-align: center;
}
@media (max-width: 340px) {
	div#mainChoo { display: none !important; }
	h1.h1phone { display: block !important;   text-align: center;
}
