


.page-wrap {
    max-width: 980px; 
    margin: 0 auto;
}

.title {
	width: 100%;

}

.title-main {
	width: 100%;
	height: 100px;
	background: rgb(255, 255, 255)  ;
    color:#cccccc;
    font-family: "Helvetica CE", Helvetica, "Arial", sans-serif;
    font-size: 36px;
    text-align: right;
    vertical-align: bottom;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
    background-origin: content-box;
 
}

@media only screen and (max-width: 800px) 
{

    .title-main {
        background: rgb(255, 255, 255)  no-repeat 0 0 ;
        text-align: center;
    }
}

@media only screen and (max-width: 400px) 
{

    .title-main {
        background: rgb(255, 255, 255)  no-repeat 0 0 ;
        text-align: right;
    }
}

.footer {
	width: 100%;

}

.footer-main {
	width: 100%;
	height: 25px;
	background: rgb(255, 255, 255) ;
    color:#d3d3d3;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-align: center;
    vertical-align: bottom;
    padding-top:3px;
    padding-left:3px;
    background-origin: content-box;
 
}



.title-subtitle {

    font-size: 10pt;
    line-height: 1.1111;
    margin: 0;
    font-style: normal;
    color:#d3d3d3;
    padding-left: 5px;
    padding-top: 5px;
    font-family: Lucida Grande, Verdana, Arial, sans-serif;
    background-color:rgb(255, 255, 255);
    height:24px;
}


body {
    background: #f6f6f6  center center no-repeat fixed;
    abackground-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAHtBAMAAAAqygn3AAAAHlBMVEXu7u7s6+zz8/Pv7+/t7e3r6+vs7O3x8fHw8PDy8vIG/rz6AAAAKElEQVQoU2MIYCAGCoAxDCaQBB2IgsjAgCjYQDEsoAhOGIWjcNBCBQAGKPIxh1bRJAAAAABJRU5ErkJggg==);
}

.videobox {
    background-color:rgb(242, 242, 242);
}