    div#bodyConLeft {
        width:              190px;
    }
    
    div#bodyConRight {
        float:              right;
        width:              613px;
    }

    body {
        background-image: none;
    }
    
    div#outerCon{
        background-image: url(/gfx/backgrounds/test.jpg);
        background-repeat: no-repeat;
        background-position: right 140px;
    }
    
    div#innerCon{
        background-image: url(/gfx/body_background-blue.png);
        height: 100%;
    }

	div#bgimg {
		max-width:			613px;
		height:				409px;
	}
    
    div#rightConTopBlock {
        color:white;
        float:right;
        width:255px;
        margin-top: 25px;
        margin-right: 10px;
        position: relative;
        bottom: 0;
        right: 0;
    }