@import url('/lib/play/stylesheet.css');

html, body {
    padding-top: 0;
    margin-top: 0;
    font-family: 'playregular';
    font-size: 13pt;
}

.center {
    margin: 50px auto;
}

#title {
    width: 77%;
    min-width: 700px;
    /* background-color: #000; */
    background-image: url('lib/bg-wafle.png');
    margin: auto;
    position: relative;
}

#bottom {
    width: 77%;
    min-width: 700px;
    /* background-color: #000; */
    background-image: url('lib/bg-wafle.png');
    margin: auto;
    position: relative;
    height: 7px;
}
#sig {
    width: 77%;
    min-width: 700px;
    margin: auto;
    position: relative;
    text-align: center;
}


#x00we15e7 {
    font-family: 'playbold';
    font-style: italic;
    font-weight: normal;
    font-size: 56pt;
    background-color: rgba(255,255,255, 1);
    display: block;
    padding: 20pt;
    transform: rotate(-7deg);
		-ms-transform: rotate(7deg);
		-webkit-transform: rotate(-7deg);
    text-align: center;
    position: relative;
    cursor: default;
}

#content {
    width: 700px;
}

#caption {
    float: right;
    line-height: 5px;
}

b {
    font-family: 'playbold';
    font-weight: normal;
}

a, a:visited {
    text-decoration: underline;
    color: #000;   
}
a:hover {
    background-image: url('lib/bg-wafle.png');
}

ul {
    list-style: none;
    margin-left: -10pt;
}

p {
    line-height: 1.3em;
}
