/* CSS Document */

*{
	padding:0px;
	margin:0px;
}
body{
	background-image:url(../../images/hg-metall.jpg);
	background-repeat:repeat-x;
	background-position: 0px 50px;

}


#main{
	width:955px;
	height:500px;
	min-height:100%;
                margin:0px auto;		
}

#header{
           margin-top:20px;
}

#header-top{
	width:
	float:left;
}
#header-middle{
	width:
	float:left;
}
#header-bottom{
	width:
	float:left;
}

#left{
	width:217px;
	float:left;
             padding-left:40px;
margin-top:50px;
}

#center{
	width:428px;
	float:left;
                padding-left:27px;
margin-top:50px;
}

#right{
	width:203px;
	float:left;
             padding-left:30px;
margin-top:50px;
}
