@charset "utf-8";
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	background:#FFF url(../images/bg.gif) repeat-x left top;
	padding: 0px;
	margin: 0px;
	min-width:1100px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
}
.header {
	margin: 0 auto;
	padding: 0px;
	width: 1000px;
	height: 90px;
}
.Img{
	clear:both;
	background-color:#000000;
}
#homepage {
    background: url(../images/graphic_home.jpg) no-repeat center -2px;
	height:348px;
}
#about{
    background: url(../images/graphic_aboutus.jpg) no-repeat center -1px;
	height:105px;
}
#services{
    background: url(../images/graphic-services.jpg) no-repeat center -1px;
	height:105px;
}
#precision{
    background: url(../images/graphic-precision.jpg) no-repeat center -1px;
	height:105px;
}
#contact{
    background: url(../images/graphic-contact.jpg) no-repeat center -1px;
	height:105px;
}

.contentWrapper {
    background: #333333 url(../images/bg-red.gif) repeat-x left -2px;
	padding:0 0 0 0;
}
.content{
	margin:0 auto;
	padding:0px;
	width:950px;
}
.content p{
    margin:10px 0 0 0;
	padding:0;
}

.footer{
    position:relative;
	margin:0 auto;
	padding:30px 80px 0 0;
	height:40px;
	width:890px;
	background:url(../images/pixsoul.gif) #FFFFFF no-repeat left 20px;
	text-align:right;
	color:#cc0000;
}
