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

body {
    background-color: #e05010;
    background-image: url(GAME-BACKGROUNG.jpg);
    font-size: small;
    font-family: Comic Sans MS, Impact, sans-serif;
    color: yellow;
}

a {
    text-decoration: none;
     color: #0930b0;
     color: DarkOrange;
     color: Orange;
/* color: #e05010; */
}

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-color: Purple;
    background-image: url(hyperbowl-logo-447x587.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 7px;
    left: 170px;
    width: 448px;
    height: 587px;
 
}


#android {
    position: absolute;
    left: 700px;
    top: 490px;
}

#nook {
    position: absolute;
    left: 1100px;
    top: 10px;
}

#amazon {
    position: absolute;
    left: 1140px;
    top: 65px;
}

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


/* reviews */
.scoreloopGameWidget {
    position: absolute;
    left: 810px;
    top: 5px;
    width: 250px;
}

.review {
     margin: 1px;
}

#legal {
    position: absolute;
    left: 0px;
    top: 590px;
    margin: 10px;
    width: 1000px;
}

#facebook {
    position: absolute;
    left: 1100px;
    top: 270px;
}

#adsense {
    position: absolute;
    left: 1100px;
    top: 500px;
}

#twitter {
    position: absolute;
    left: 1110px;
    top: 230px;
}

#gamejolt {
    position: absolute;
    left: 1080px;
    top: 140px;
}

#youtube {
    position: absolute;
    left: 1110px;
    top: 180px;
}

.playbutton {
    font-size: x-large;
    margin: 10px;
   /* color: yellow; */
}




