/*html {
        background: url(images/jmsola_fonds.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}
*/
body {

}


img {
	border:0px;
}

.news {
	background: url("images/news_bg.jpg");
	padding-left:3px;
	padding-top:8px;
	padding-bottom:8px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
	font-size:11px;
}

.search {
	background-color:#cccccc;
	text-align:right;
	vertical-align:middle;
	padding-right:25px;
}

td {
	font-family:Arial;
	font-size:12px;
	color:#000000;
}

.link {
	font-family:Arial;
	font-size:10px;
	color:#000000;
}




img.bg {
        /* Set rules to fill background */
        min-height: 100%;
        min-width: 1024px;

        /* Set up proportionate scaling */
        width: 100%;
        height: auto;

        /* Set up positioning */
        position: fixed;
        top: 0;
        left: 0;
}


@media screen and (max-width: 1229px) 
	{ 
        img.bg {
                left: 50%;
                margin-left: -614px;  
        }
}



/* div definition*/
#page-wrap { position: relative; 
	width: 856px; 
	margin: 50px auto; 
	padding: 00px; 
/*	background: white; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black; */
}

	

