/*order now*/
#order-now-home { position: absolute; top: 275px; right: 10px; background: url('../img/order-now.png') no-repeat 0px 0px; width: 352px; height: 72px; display: none; }
#order-now-home:hover { background: url('../img/order-now.png') no-repeat 0px -72px; }

#order-now { background: url('../img/order-now-small.png') no-repeat 0px 0px; width: 286px; height: 50px; display: block; margin-bottom: 10px; }
#order-now:hover { background: url('../img/order-now-small.png') no-repeat 0px -50px; }

/*live support buttons*/
#live-support-offline { display: block; background: url('../img/live-ventrilo-support-offline.gif') no-repeat; width: 285px; height: 39px; margin-bottom: 10px; }
#live-support { display: block; background: url('../img/live-ventrilo-support-online.gif') no-repeat; width: 285px; height: 39px; margin-bottom: 10px; }
#free-ventrilo-server-home #live-support-offline { position: absolute; top: 80px; left: 10px; margin-bottom: 0px; }
#free-ventrilo-server-home #live-support { position: absolute; top: 80px; left: 10px; margin-bottom: 0px; }
#live-support:hover { background: url('../img/live-ventrilo-support-online.gif') no-repeat 0 -39px; }
