﻿
#wrapper {
	height: 6000px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
    font-family:Arial;
}
body {
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(images/comicsb.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    top:0;
    padding:0;
    margin:0;
}
#Layer10 {
	position:absolute;
	left:815px;
	top:16px;
	width:136px;
	height:133px;
	z-index:1;
}
#Layer11 {
	position:absolute;
	left:500px;
	top:666px;
	width:482px;
	height:366px;
	z-index:1;
    /*background:url(images/buy1.png) no-repeat;*/
}

#wrapper .subtitle {
        font-size: 12pt;
        font-weight: bold;
        color: #B41C35;
        line-height: 200%;
        margin: 0.6em 0 0 0.5em;
        padding: 100px 20px 20px 200px;
        letter-spacing: 1px;
    }
#wrapper .textarea {
        font-size: 11pt;
        text-align: left;
        line-height: 190%;
        /*background: white;*/
        padding: 5px;
        /*border: 2px dotted #DEDEDE;*/
    }

        #wrapper .textarea .tcolor {
            color: #6C8F30;
            font-weight: bold;
            font-size:11pt;
        }

        #wrapper .textarea .title {
            font-size: 12pt;
            font-weight: bold;
            color: #553900;
            line-height: 190%;
        }
        #wrapper .textarea .small {
            font-size: 10pt;
            line-height: 180%;
            text-align:right;
            font-weight:bold;
        }
        #wrapper .textarea .small a:link {
                    color: #DE7E00;
                    text-decoration: underline;
                }

                #wrapper .textarea .small a:hover {
                    color: #594300;
                    text-decoration: none;
                }

                #wrapper .textarea .small a:visited {
                    color: #DE7E00;
                    text-decoration: underline;
                }
    #wrapper .table {
        width: 1000px;
        text-align: center;
        margin-bottom: 10px;
        margin-top:520px;
    }

        #wrapper .table .books {
            width: 246px;
            margin: 0 2px 0 2px;
            float: left;
            text-align: center;
            line-height: 190%;
            color: black;
            font-size: 10pt;
            padding: 0 0 15px 0;
        }


            #wrapper .table .books .btitle {
                line-height: 180%;
                font-size: 10pt;
                font-weight: bold;
                margin:0 10px;
            }

                #wrapper .table .books .btitle a:link {
                    color: #594300;
                    text-decoration: underline;
                }

                #wrapper .table .books .btitle a:hover {
                    color: #DE7E00;
                    text-decoration: none;
                    font-weight: normal;
                }

                #wrapper .table .books .btitle a:visited {
                    color: #594300;
                    text-decoration: underline;
                }
            #wrapper .table .books .des {
                font-size: 10pt;
                text-align: left;
                margin: 5px 10px;
            }
#gotop {
    display: none;
    position: fixed;
    right: 152px;
    bottom: 5px;
    padding: 21px 8px;
   cursor: pointer;
    font-family: Arial;
}

#gohome {
    display:none;
    position: fixed;
    right: 150px;
    bottom: 50px;
    padding: 21px 8px;
    cursor: pointer;
    font-family: Arial;
}
#footer {
    text-align: center;
    font-size: 11pt;
    font-weight: bold;
    color: white;
    letter-spacing: 2px;
    line-height: 200%;
    background: #77AADD;
    /*border-bottom: 7px solid #003F6D;*/
    clear: both;
}

    #footer .imp {
        font-size: 12pt;
        color: #F3E8BA;
    }