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

body {
    background-color: white;
    background-image: none;
    font-size: large;
    background-image: url(logos/fugulogo320x480.png);
    background-repeat: no-repeat;
  background-position: 0px -20px;
}

.menu {
    background-image:none;
    width: 320px;
    left: 0px;
    top: 0px;
}

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

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

#infobar {
    left: 10px;
    top: 430px;
    width: 320px;
    height: 700px;
    font-size: large;
}

#productbar {
    left: 10px;
    top: 1130px;
    width: 320px;
    height: 700px;
    font-size: large;
}

#twitterWidget {
    left: 10px;
    top: 1810px;
}

#legal {
    top: 550px;
}

#technicat {
    top: 650px;
    left: 0px;
}

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

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

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

#contact {
    top: 300px;
}

#iphone {
    top: 160px;
}

#widgets {
    top: 400px;
}

#j2me {
    top: 700px;
}

#promo {
    top: 0px;
}

#credit {
    top: 350px;
}


#trademark {
    top: 450px;
}

