@charset "UTF-8";
/* CSS Document */

body {
margin:30px 0 0 0;
border:0px;
background-color: #999;
background-repeat: repeat-x;
color: black;
}
	
.frontcontainer {
position: relative;
z-index:2;
padding: 40px;
margin: auto;
}

.frontcontainer img {
background:none;
border:none;
}
			
.backgr {
position:absolute;
z-index:0;
visibility:hidden;
background-image: url(../Web/images/dotted_line.gif);
background-repeat: no-repeat;
background-position: bottom;
}
