@import url(/design/161/default.css);
@import url(/design/161/globalnavi_left.css);
/*@import url(/design/161/noglobalnavi.css); */
@import url(/design/161/rightsidebarmenu_right.css);
/* @import url(/design/161/bothsidebarmenu.css); */

/* pre	{font-size:100%;line-height:1;} */
html {
    height:100%;
}

body {
    height:100%;
/*    overflow: auto;*/
    background-color:#a6c9bb;
    background-color:#b6c8ef;
/*    background-color:#2841a3; */
}

#cmsFrame {
    height:100%;
}


#contentFrameOuter {
    height:100%;
    width:100%;
}

#contentFrame {
    max-width:1000px;
    min-width:800px;
    min-height:100%;
    margin:0 auto;
    background-image:url(/design/227/you-love_back2.jpg);
    background-position:left bottom;
    background-repeat:no-repeat;
    background-color:transparent;
    behavior:url(/design/161/iefixed.htc);
}

* html #contentFrame { /* for IE6 */
	height:100%;
/*        width:1000px; */
}

#contentBanner {
    height:40px;
    background-image:none;
    background-color:transparent;
}

#contentBanner img.logoImage {
    top:5px;
}

#pageContainer {
    height:auto;
    padding-bottom:60px;
}

#contentBodyOuter {
    background-color:transparent;
}

#contentBody {
    background-color:transparent;
}

#contentBody .fontRed {
    color:#ff0000;
    font-weight:bold;
}

#contentBody .fontBold {
    font-size:110%;
}

#contentBody .fontStrike {
    color:#cccccc;
    font-weight:normal;
}

#contentFooter {
    position:absolute;
    bottom:0px;
    height:60px;
    width:100%;
}
