/* ------------------------------------ *
 CSS for Wildekrans splash page
 * ------------------------------------ */
    
	body {
        background:#ffffff;
        margin:0;
        padding:0;
        font-family:Times New Roman;
        font-size:12pt;
        color:#000000; /* 7f7c66; */
    }
	    #box {
        position:relative;
        width:581px;
        margin:0 auto;
    }
	    #content {
        width:581px;
        height:245px;
    }
		#bottom {
		position:relative;
		width:581px; 
        height:282px;
        background-image: url('../images/bottom.jpg');
		background-repeat:no-repeat;
	
	}
	
/* content styling */

		#bottom-content-left {
		float:left; 
		width:200px; 
	
		padding-left:45px;

	}
		#bottom-content-left h1 {
		font-weight:bold;
		font-size:0.75em;
    	color:#000000;
	}
		h1.lineheight {
		line-height:17pt
	}
		#bottom-content-left p {
    	font-size:0.75em;
    	color:#000000;
		font-weight:normal;
	}
		p.small {
		line-height: 13pt
	}
		#bottom-content-right {
		float:left; 
		width:280px; 
	
		padding-left:20px;
	}
		#bottom-content-right h1 {
	    font-size:0.75em;
    	color:#000000;
    	margin-bottom:0.8em;
    	font-weight:bold;
	}	
		#bottom-content-right p {
	    font-size:0.75em;
    	color:#000000;
    	font-weight:normal;
	}	
	#div-1c {
 		clear:both;
	}

	
