#back {
    text-align: right;
    margin-right: 10px;
}
* {
    margin: 0px;
    padding: 0px;
}

#wrap {
    width: auto;
}

#header {
    background-repeat: repeat-x;
    height: 90px;
    position: relative;
    z-index: 0;
}

#fakecall_title{
	text-align:center;
	margin: 5px;
}

#header-left {
    position: absolute;
    left: 0px;
    top: 0px;
}

#header-right {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
}

#header h1 {
    background-image: url("/images/logo.png");
    background-repeat: no-repeat;
    background-position: 23px 23px;
    height: 90px;
    margin: 0px;
    z-index: 10;
}

#header .banner {
    height: 70px;
    line-height: 70px;
    float: left;
    font-size: 24px;
}

#header img.logo {
    height: 60px;
    width: 60px;
}

#menu{
	text-align:right;
	padding:0 10px;
}

#message {
    background-color: #FFFF99;
    margin: 10px;
}

.game {
    background-position: bottom;
    margin: 5px;
    padding-bottom: 5px;
    min-height: 100px;
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 12pt;
}

hr {
    border: 0px;
    border-bottom: 2px dotted #95E495;
    margin: 10px;
}

.info {
    margin: 0px 0px 0px 80px;
}

.pic {
    width: 80px;
    float: left;
    text-align: center;
    border-width: 0px;
}

.pic img {
    margin-bottom: 10px;
    border-width: 0px;
}

.pic img#appstore {
    border-width: 0px;
    margin-left: -25px;
    padding: 0px 0px 10px 10px;
}

.game h2 {
    background-color: #00B300;
    color: #fff;
    font-family: "Times New Roman", Georgia, Serif;
    font-weight: bold;
    font-size: 14px;
    padding: 1px;
    margin: 0px 0px 1px 0px;
}

#footer {
    color: #0CA2E8;
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 14pt;
    margin: 10px;
}

.barcode img {
    width: 70px;
    height: 70px;
}

img.screen-shoot {
    max-width: 105px;
}

a.market{
	font-size:14px;
}

