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

/* Default style, feel free to remove if not needed. */
body, body * {
	vertical-align: baseline;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}

body {
    background:#ffffff;
}

body {
    background-image: url(ScrollingSkin_2000x1200.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

#mail {
	position: absolute;
	width:100%;
	width:100%;
	height:auto;
    text-align:center;
}

#container_dc {
    position: relative;
	width:968px;
	height:248px;
	border:1px solid #000000 !important;
    border:0;
    top: 190px;
    left: 0px;
	margin: auto;
    /* background:#000000; */
    /* EDIT #animationContent to set bg colour */
    overflow: hidden;
}

#iframe1wrapper {
    position:absolute;
    top:190px;
    left:0px;
    width:100%;
    height:250px;
    border:0;
    z-index:1;
    text-align:center;
}
  
#iframe1 {
    position:relative;
    border:0;
    width:970px;
    height:250px;
}