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

body {
}

.menu {
    background-image:none;
    width: 0px;
    height: 0px;
    left: 50px;
    top: 1200px;
}

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

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

#android {
    left: 250px;
    top: 20px;
}

#legal {
    top: 900px;
    left: 10px;
    width: 350px;
}

#facebook {
    top: 70px;
    left: 20px;
}

#twitter {
    top: 250px;
    left: 180px;
}

#youtube {
    top: 250px;
    left: 300px;
}

#adsense {
    position: absolute;
    left: 10px;
    top: 1450px;
}

#kongregate {
    position: absolute;
    left: 180px;
    top: 950px;
}

#gamejolt {
    position: absolute;
    left: 180px;
    top: 200px;
}

/* reviews */
.scoreloopGameWidget {
    background-color: transparent;
    position: absolute;
    left: 0px;
    top: 300px;
    width: 460px;
}

#nook {
    left: 280px;
    top: 70px;
}

#amazon {
    left: 200px;
    top: 70px;
}


