/* CSS for HyperBowl web site */
/* Copyright (c) 2009 Technicat, LLC */
/*
body {
    background-color: #e05010;
    font-size: small;
    font-family: Comic Sans MS, Impact, sans-serif;
} */

a {
    text-decoration: none;
     color: #0930b0;
}

a:focus { color: #e05010; }

img {
    border: none;
}

.menu {
   background-image: url(miniBowlBackground2.jpg);
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 800px;
    height: 600px;
}

.unity {
   /*  background-color: #e05010; */
    background-image: url(hyperbowl-logo-447x587.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 7px;
    left: 170px;
    width: 448px;
    height: 587px;
 
}


#appstore {
    position: absolute;
    left: 600px;
    top: 520px;
}


#sidebar {
    position: absolute;
    left: 810px;
    top: 0px;
    text-align: left;
    height: 600px;
    width: 180px;
}

/* reviews */
.scoreloopGameWidget {
    position: absolute;
    left: 10px;
    top: 610px;
    width: 1000px;
}

#credit {
    position: absolute;
    left: 0px;
    top: 450px;
}


#trademark {
    position: absolute;
    left: 0px;
    top: 450px;
}

#widget {
    position: absolute;
    left: 0px;
    top: 10px;
}

#legal {
    position: absolute;
    left: 0px;
    top: 530px;
}

#facebook {
    position: absolute;
    left: 0px;
    top: 300px;
}

#twitter {
    position: absolute;
    left: 0px;
    top: 260px;
}


#youtube {
    position: absolute;
    left: 0px;
    top: 350px;
}


#fugu {
    position: absolute;
    left: 0px;
    top: 400px;
}

#contact {
    position: absolute;
    left: 0px;
    top: 230px;
}

#iphone {
    position: absolute;
    left: 0px;
    top: 120px;
    text-align: left;
}

#promo {
    position: absolute;
    left: 0px;
    top: 180px;
    text-align: left;
}


