html {
	margin: 0px;
         padding: 0px;
         width: 100%;
}
body {
	margin: 0px;
         padding: 0px;
         width: 100%;
         background-color: #f2f2f2;
         font-family: verdana, tahoma, arial, helvetica, sans-serif;
         font-size: 12px;
         line-height: 110%;
	color: #456780;

}
#content_wrapper {
	width: 100%;
         height: 350px;
         top: 48%;
         margin-top: -150px;
         position: absolute;
         text-align: center;

}
#gfx_wrapper {
	width: 100%;
         height: 208px;
         background: #f2f2f2 url(../images/ecra_start_bgr.jpg) center center repeat-x;
         position: relative;
         text-align: center;

}
#container2 {
	width: 100%;
         background: #aaa;
         position: relative;
         text-align: center;

}
#gfx {
	width: 443px;
         height: 208px;
     	margin: auto;
         background: transparent url(../images/ecra_start.jpg) center center no-repeat;
}
h1 {
	color: #456780;
         font-size: 0.9em;
         font-weight: bold;
         text-transform: uppercase;
}
p {
	color: #456780;
         font-size: 0.9em;

}
a,
a:visited {
	text-decoration: none;
	color: #456780;
}
a:hover {
	text-decoration: none;
	color: #888;
}
a.start,
a.start:visited,
a.start:hover {
	display: block;
         text-decoration: none;
         width:443px;
         height: 208px;
}
a.start img {
	border: none;
}

