#Wrapper{
	margin: 0 auto;
	height: 100%;
	width: 1000px;
	position: relative;
}
* html #Bubble_Berlin{
	/*background:transparent url(/public/images/berliner-baer.gif) top left no-repeat;*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/images/berliner-baer.png', sizingMethod='image');
    background:none;
	
}
#Bubble_Berlin{
    position: absolute;
    top: 240px;
    left: 295px;
    background:transparent url(/public/images/berliner-baer.png) top left no-repeat;
    width:116px;
    height:117px;
}
* html #Bubble_Dodv{
    /*background:transparent url(/public/images/dodv-logo.gif) top left no-repeat;*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/images/dodv-logo.png', sizingMethod='image');
    background:none;
}
#Bubble_Dodv{
    position: absolute;
    top: 130px;
    left: 325px;
    background:transparent url(/public/images/dodv-logo.png) top left no-repeat;
    width:212px;
    height:211px;
}
* html #Bubble_Splash{
    /*background:transparent url(/public/images/splash.gif) top left no-repeat;*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/images/splash.png', sizingMethod='image');
    background:none;
}
#Bubble_Splash{
    position: absolute;
    top: 0;
    left: 0;
    background:transparent url(/public/images/splash.png) top left no-repeat;
    width:550px;
    height:350px;
}
* html #Header{
	background: transparent url(/public/images/head-background.gif) 0 0 no-repeat;
}
#Header{
    position: absolute;
    top: 195px;
    left: 105px;
    height: 128px;
    width: 855px;
    background: transparent url(/public/images/head-background.png) 0 0 no-repeat;
}
#Dodv_Title{
    position: absolute;
    top: 180px;
    left: 550px;	
}
* html #Page_Wrapper{
    background: transparent url(/public/images/content-background-top.gif) 0 0 no-repeat;
}
#Page_Wrapper{
	background: transparent url(/public/images/content-background-top.png) 0 0 no-repeat;
	width: 855px;
	position: absolute;
    top: 325px;
    left: 105px;
}
	* html #Content_Two_Col_Wrapper {
	    width:      857px;
	    background: transparent url(/public/images/content-background-fill-two-col.gif) 0 0 repeat-y;
	}
	#Content_Two_Col_Wrapper{
		margin-top: 21px;
		padding:    0px 14px;
		width:      829px;
	    background: transparent url(/public/images/content-background-fill-two-col.png) 0 0 repeat-y;
	    float:left;
        overflow:hidden;
	}
    * html #Content_One_Col_Wrapper {
	    width:857px;
	    background: transparent url(/public/images/content-background-fill.gif) 0 0 repeat-y;
	    padding:    0px 14px;
    }
    #Content_One_Col_Wrapper{
        margin-top: 21px;
        width:      829px;
        padding:    0px 14px;
        background: transparent url(/public/images/content-background-fill.png) 0 0 repeat-y;
        float:left;
        overflow:hidden;
    }
        * html #Content_Navigation_Wrapper {
            width:194px;
        }
		#Content_Navigation_Wrapper {
		    width:180px;
		    float:left;
		    padding:0 7px;
		}
        * html #Content_Two_Col{
            width:635px;
        }
		#Content_Two_Col{
			width:621px;
			float:left;
	        padding:0 7px;
	    }
	    * html #Content_One_Col{
	       width:829px;	
        }
        #Content_One_Col{
        	width:815px;
	        padding:0px 7px;
	        float:left;
	        overflow:hidden;
        }
    * html #Content_Footer_Spacer {
        width:      855px;
        background: transparent url(/public/images/content-background-fill.gif) 0 0 repeat-y;
        line-height:1px;
        font-size:1px;
    }   
    #Content_Footer_Spacer{
    	clear:      both;
        width:      860px;
        height:     7px;
        background: transparent url(/public/images/content-background-fill.png) 0 0 repeat-y;
    }
	* html #Footer_Wrapper{
	   height: 75px;  
        background: transparent url(/public/images/footer-background.gif) 0 0 no-repeat; 	
    }
	#Footer_Wrapper{
		clear:      both;
	    background: transparent url(/public/images/footer-background.png) 0 0 no-repeat;
	    padding:    9px 25px 13px 25px;
	    height:     53px;
	}
	    #Footer{
	    	width: 805px;
	    	height:40px;
	    }
	    
	    #Swepp_Logo_Footer{
            position:absolute;
	        right:35px;
	        bottom:30px;
	    }
