/* CSS for HyperBowl web site */
/* Copyright (c) 2009 Technicat, LLC */

.menu {
  background-image: url(hyperbowl-logo-320x480.png);
    background-repeat: no-repeat;
    width: 320px;
    left: 0px;
    top: 0px;
}

.unity {
    background-image:none;
    width: 0px;
    height: 0px;
    left: 0px;
    top: 0px;
}

#appstore {
    left: 0px;
    top: 0px;
}

#sidebar {
    left: 10px;
    top: 480px;
    width: 320px;
    height: 600px;
    font-size: large;
}

.scoreloopGameWidget {
    left: 5px;
    top: 1150px;
    width: 320px;
}

#widget {
    top: 300px;
}

#fugu {
    top: 440px;
}

#legal {
    top: 560px;
}

#facebook {
    top: 220px;
    left: 0px;
}

#twitter {
    top: 220px;
    left: 120px;
}

#youtube {
    top: 220px;
    left: 220px;
}

#contact {
    top: 400px;
}

#iphone {
    top: 80px;
}

#promo {
    top: 0px;
}

#trademark {
    top: 480px;
}

