/* CSS for Fugu Games web site */
/* Copyright (c) 2007 Technicat, LLC */

body {
    background-color: white;
    background-image: url(logos/FUGUlogo_background2.jpg);
    background-repeat: no-repeat;
    background-position: 190px -20px;
  font-size: small;
    font-family: Comic Sans MS, Impact, sans-serif;
}

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

.unity {
    position: absolute;
    top:182px;
    left: 225px;
    background-color: white;
    background-image: url(logos/FUGUlogo_inside2.jpg);
    width: 490px;
    height: 360px;
    margin: auto;
    text-align: center;
    color: #7c8fc9; /* white; */
    clear: both;
}

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


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


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

#twitterWidget {
    position: absolute;
    left: 900px;
    top: 10px;
}

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


#technicat {
    position: absolute;
    left: -25px;
    top: 570px;
}

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

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

#j2me {
    position: absolute;
    left: 0px;
    top: 520px;
}

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

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

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

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


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


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

#promo {
    position: absolute;
    left: 0px;
    top: 10px;
    text-align: left;
}
#hyperbowl {
    position: absolute;
    left: 0px;
    top: 120px;
    text-align: left;
}

img {
    border: none;
}

