* {
margin:0px;
padding:0px;
border:0px;
}

body {
	background: url('images/back.jpg') repeat;
}

#wrapper {
	width:1000px;
	height:860px;
	background: url('images/back-wrapper.jpg') no-repeat top center;
	margin:0 auto;
	position:relative;
}

#consultation #c {
	width:300px;
	height:280px;
	position:relative;
	top:258px;
	left:88px;
}
#training #t {
	width:300px;
	height:280px;
	position:relative;
	top:258px;
	left:302px;
}

#copyright {
	bottom:83px;
	color:white;
	position:absolute;
	right:32px;
	font: .7em/1.5em "Adobe Garamond", garamond, serif;
}

#copyright a {
	color:white;
}
